diff options
Diffstat (limited to 'Source/cmWriteFileCommand.cxx')
-rw-r--r-- | Source/cmWriteFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmWriteFileCommand.cxx b/Source/cmWriteFileCommand.cxx index 144b219..9093c04 100644 --- a/Source/cmWriteFileCommand.cxx +++ b/Source/cmWriteFileCommand.cxx @@ -82,7 +82,7 @@ bool cmWriteFileCommand::InitialPass(std::vector<std::string> const& args) file << message << std::endl; file.close(); cmSystemTools::SetPermissions(fileName.c_str(), mode); - m_Makefile->AddWrittenFile(fileName.c_str()); + this->Makefile->AddWrittenFile(fileName.c_str()); return true; } |