mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
STYLE: some m_ to this-> cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user