diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 4452622..f374e66 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -611,7 +611,7 @@ public: void AddCommand(cmCommand* ); ///! Enable support for the named language, if null then all languages are enabled. - void EnableLanguage(const char* ); + virtual void EnableLanguage(std::vector<std::string>const& languages); /** * Set/Get the name of the parent directories CMakeLists file |