mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
STYLE: some m_ to this-> cleanup
This commit is contained in:
@@ -60,6 +60,6 @@ bool cmMathCommand::HandleExprCommand(std::vector<std::string> const& args)
|
||||
char buffer[1024];
|
||||
sprintf(buffer, "%d", helper.GetResult());
|
||||
|
||||
m_Makefile->AddDefinition(outputVariable.c_str(), buffer);
|
||||
this->Makefile->AddDefinition(outputVariable.c_str(), buffer);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user