diff options
Diffstat (limited to 'Source/cmGlobalCodeWarriorGenerator.h')
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.h b/Source/cmGlobalCodeWarriorGenerator.h index 3c6dee2..4549f68 100644 --- a/Source/cmGlobalCodeWarriorGenerator.h +++ b/Source/cmGlobalCodeWarriorGenerator.h @@ -46,7 +46,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 *); /** * Try running cmake and building a file. This is used for dynalically |