From f786f3ae3288c8a7d0156e62eba121e25ef321b9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 19 Jun 2007 09:18:22 -0400 Subject: [PATCH] COMP: Work-around warning about static specifier on HP compiler. --- Source/cmCPluginAPI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx index d6ef01b0b..acd663deb 100644 --- a/Source/cmCPluginAPI.cxx +++ b/Source/cmCPluginAPI.cxx @@ -518,7 +518,7 @@ public: } } }; -static cmCPluginAPISourceFileMap cmCPluginAPISourceFiles; +cmCPluginAPISourceFileMap cmCPluginAPISourceFiles; void * CCONV cmCreateSourceFile() {