summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-06-19 13:18:22 (GMT)
committerBrad King <brad.king@kitware.com>2007-06-19 13:18:22 (GMT)
commitf786f3ae3288c8a7d0156e62eba121e25ef321b9 (patch)
tree658196e18172b1c4268a25d2f8f2b538a5e2bffd /Source/cmCPluginAPI.cxx
parent0b804cbece9f79dd35a95cf7c3fa44bd5bca5700 (diff)
downloadCMake-f786f3ae3288c8a7d0156e62eba121e25ef321b9.zip
CMake-f786f3ae3288c8a7d0156e62eba121e25ef321b9.tar.gz
CMake-f786f3ae3288c8a7d0156e62eba121e25ef321b9.tar.bz2
COMP: Work-around warning about static specifier on HP compiler.
Diffstat (limited to 'Source/cmCPluginAPI.cxx')
-rw-r--r--Source/cmCPluginAPI.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx
index d6ef01b..acd663d 100644
--- a/Source/cmCPluginAPI.cxx
+++ b/Source/cmCPluginAPI.cxx
@@ -518,7 +518,7 @@ public:
}
}
};
-static cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
+cmCPluginAPISourceFileMap cmCPluginAPISourceFiles;
void * CCONV cmCreateSourceFile()
{