Merge topic 'aix-gcc-2.9-issue-12233'

a4cba0e Fix plugin API for gcc 2.9-aix51-020209 (#12233)
This commit is contained in:
Brad King 2011-06-02 11:29:15 -04:00 committed by CMake Topic Stage
commit e606b6b7db
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ public:
};
cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
void * CCONV cmCreateSourceFile()
void * CCONV cmCreateSourceFile(void)
{
return (void*)new cmCPluginAPISourceFile;
}