summaryrefslogtreecommitdiffstats
path: root/Source/cmMessageCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMessageCommand.cxx')
-rw-r--r--Source/cmMessageCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMessageCommand.cxx b/Source/cmMessageCommand.cxx
index e275d75..2ba6fd7 100644
--- a/Source/cmMessageCommand.cxx
+++ b/Source/cmMessageCommand.cxx
@@ -65,7 +65,7 @@ bool cmMessageCommand::InitialPass(std::vector<std::string> const& args)
{
if (status)
{
- m_Makefile->DisplayStatus(message.c_str(), -1);
+ this->Makefile->DisplayStatus(message.c_str(), -1);
}
else
{