summaryrefslogtreecommitdiffstats
path: root/Source/cmEnableLanguageCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEnableLanguageCommand.cxx')
-rw-r--r--Source/cmEnableLanguageCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEnableLanguageCommand.cxx b/Source/cmEnableLanguageCommand.cxx
index 8e1845e..2aa586e 100644
--- a/Source/cmEnableLanguageCommand.cxx
+++ b/Source/cmEnableLanguageCommand.cxx
@@ -24,7 +24,7 @@ bool cmEnableLanguageCommand::InitialPass(std::vector<std::string> const& args)
this->SetError("ENABLE_LANGUAGE called with incorrect number of arguments");
return false;
}
- m_Makefile->EnableLanguage(args);
+ this->Makefile->EnableLanguage(args);
return true;
}