Ver código fonte

COMP: fix typo

Alex
Alexander Neundorf 18 anos atrás
pai
commit
789f0b26d9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmGlobalVisualStudio6Generator.cxx

+ 1 - 1
Source/cmGlobalVisualStudio6Generator.cxx

@@ -27,7 +27,7 @@ cmGlobalVisualStudio6Generator::cmGlobalVisualStudio6Generator()
 void cmGlobalVisualStudio6Generator
 ::EnableLanguage(std::vector<std::string>const& lang, 
                  cmMakefile *mf, 
-                 bool options)
+                 bool optional)
 {
   mf->AddDefinition("CMAKE_GENERATOR_CC", "cl");
   mf->AddDefinition("CMAKE_GENERATOR_CXX", "cl");