summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestSleepCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 15:03:09 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 15:03:09 -0500
commit862f5df25c509e2df59d00597b0c4b4d14cf5eaa (patch)
tree79e19e06c0961f43690788cac9c2f23b4931a2cf /Source/CTest/cmCTestSleepCommand.h
parentc0161e9e57321f283fc88812779d627fb722a40a (diff)
downloadcmake-862f5df25c509e2df59d00597b0c4b4d14cf5eaa.tar.gz
STYLE: Fix some style issues
Diffstat (limited to 'Source/CTest/cmCTestSleepCommand.h')
-rw-r--r--Source/CTest/cmCTestSleepCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestSleepCommand.h b/Source/CTest/cmCTestSleepCommand.h
index f119a43af4..37a6c8819d 100644
--- a/Source/CTest/cmCTestSleepCommand.h
+++ b/Source/CTest/cmCTestSleepCommand.h
@@ -37,8 +37,8 @@ public:
virtual cmCommand* Clone()
{
cmCTestSleepCommand* ni = new cmCTestSleepCommand;
- ni->m_CTest = this->m_CTest;
- ni->m_CTestScriptHandler = this->m_CTestScriptHandler;
+ ni->CTest = this->CTest;
+ ni->CTestScriptHandler = this->CTestScriptHandler;
return ni;
}