summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTestsPropertiesCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.cxx')
-rw-r--r--Source/cmSetTestsPropertiesCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.cxx b/Source/cmSetTestsPropertiesCommand.cxx
index 65d82f0..c39f722 100644
--- a/Source/cmSetTestsPropertiesCommand.cxx
+++ b/Source/cmSetTestsPropertiesCommand.cxx
@@ -72,7 +72,7 @@ bool cmSetTestsPropertiesCommand::InitialPass(
return false;
}
- std::vector<cmTest*> &tests = *m_Makefile->GetTests();
+ std::vector<cmTest*> &tests = *this->Makefile->GetTests();
// now loop over all the targets
int i;
unsigned int k;