Fix plugin API for gcc 2.9-aix51-020209 (#12233)
Use proper C function prototype syntax to satisfy this compiler.
This commit is contained in:
parent
909bab1f4f
commit
a4cba0e8be
|
@ -518,7 +518,7 @@ public:
|
|||
};
|
||||
cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
|
||||
|
||||
void * CCONV cmCreateSourceFile()
|
||||
void * CCONV cmCreateSourceFile(void)
|
||||
{
|
||||
return (void*)new cmCPluginAPISourceFile;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue