STYLE: some m_ to this-> cleanup

This commit is contained in:
Ken Martin
2006-03-15 11:02:08 -05:00
parent 609af5c969
commit 3d96e52261
197 changed files with 3775 additions and 3735 deletions
+1 -1
View File
@@ -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;
}