COMP: Work-around warning about static specifier on HP compiler.
This commit is contained in:
parent
0b804cbece
commit
f786f3ae32
|
@ -518,7 +518,7 @@ public:
|
|||
}
|
||||
}
|
||||
};
|
||||
static cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
|
||||
cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
|
||||
|
||||
void * CCONV cmCreateSourceFile()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue