summaryrefslogtreecommitdiffstats
path: root/Source/cmRemoveDefinitionsCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmRemoveDefinitionsCommand.cxx')
-rw-r--r--Source/cmRemoveDefinitionsCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmRemoveDefinitionsCommand.cxx b/Source/cmRemoveDefinitionsCommand.cxx
index 1532742..918b1f4 100644
--- a/Source/cmRemoveDefinitionsCommand.cxx
+++ b/Source/cmRemoveDefinitionsCommand.cxx
@@ -28,7 +28,7 @@ bool cmRemoveDefinitionsCommand::InitialPass(std::vector<std::string> const& arg
for(std::vector<std::string>::const_iterator i = args.begin();
i != args.end(); ++i)
{
- m_Makefile->RemoveDefineFlag(i->c_str());
+ this->Makefile->RemoveDefineFlag(i->c_str());
}
return true;
}