summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-21 15:59:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-21 15:59:52 (GMT)
commit15b2d2f2a6f2311cce4d72b042396ba9a7766b56 (patch)
treef00b4725fbe2b8115990ffb58ffb632fc375e1b2 /Source/cmake.h
parenta21140658c5558f39fe258dbde90d895a1d174bd (diff)
downloadCMake-15b2d2f2a6f2311cce4d72b042396ba9a7766b56.zip
CMake-15b2d2f2a6f2311cce4d72b042396ba9a7766b56.tar.gz
CMake-15b2d2f2a6f2311cce4d72b042396ba9a7766b56.tar.bz2
support for plugins
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 5b69ce7..cc832df 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -19,7 +19,7 @@
#include "cmMakefile.h"
#include "cmStandardIncludes.h"
-class cmake
+class CM_EXPORT cmake
{
public: