diff options
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index 4ce53a5..377eb73 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.cxx +++ b/Source/cmSetSourceFilesPropertiesCommand.cxx @@ -129,7 +129,7 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass( { // get the source file cmSourceFile* sf = - m_Makefile->GetOrCreateSource(args[i].c_str(), generated); + this->Makefile->GetOrCreateSource(args[i].c_str(), generated); if(sf) { // now loop through all the props and set them |