diff options
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator.h b/Source/cmGlobalUnixMakefileGenerator.h index 77a781e..a8af431 100644 --- a/Source/cmGlobalUnixMakefileGenerator.h +++ b/Source/cmGlobalUnixMakefileGenerator.h @@ -45,7 +45,7 @@ public: * Try to determine system infomation such as shared library * extension, pthreads, byte order etc. */ - virtual void EnableLanguage(const char*, cmMakefile *mf); + virtual void EnableLanguage(std::vector<std::string>const& languages, cmMakefile *); }; |