diff options
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNMakeMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx index 5aa7314..a5560b4 100644 --- a/Source/cmGlobalNMakeMakefileGenerator.cxx +++ b/Source/cmGlobalNMakeMakefileGenerator.cxx @@ -18,7 +18,7 @@ #include "cmLocalNMakeMakefileGenerator.h" #include "cmMakefile.h" -void cmGlobalNMakeMakefileGenerator::EnableLanguage(const char* lang, +void cmGlobalNMakeMakefileGenerator::EnableLanguage(const char*, cmMakefile *mf) { // now load the settings |