diff options
Diffstat (limited to 'Source/cmMakefileGenerator.h')
-rw-r--r-- | Source/cmMakefileGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefileGenerator.h b/Source/cmMakefileGenerator.h index d3193c8..e00e86f 100644 --- a/Source/cmMakefileGenerator.h +++ b/Source/cmMakefileGenerator.h @@ -36,9 +36,9 @@ public: ///! Register a generator static void RegisterGenerator(cmMakefileGenerator*); ///! delete all registered generators, useful for clean up - CM_EXPORT static void UnRegisterGenerators(); + static void UnRegisterGenerators(); ///! Get the names of the current registered generators - CM_EXPORT static void GetRegisteredGenerators(std::vector<std::string>& names); + static void GetRegisteredGenerators(std::vector<std::string>& names); ///! Get the name for the generator. virtual const char* GetName() = 0; |