diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-11 14:19:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-11 14:19:36 (GMT) |
commit | a32c7c39d76137ecbfd50e6c4e3d52a32f949323 (patch) | |
tree | 97116485050d53a7d078483cc901ed0670de120d /Source/cmCTest.h | |
parent | a69c70d2d7301d8550ceff35c7674630c4b512bc (diff) | |
download | CMake-a32c7c39d76137ecbfd50e6c4e3d52a32f949323.zip CMake-a32c7c39d76137ecbfd50e6c4e3d52a32f949323.tar.gz CMake-a32c7c39d76137ecbfd50e6c4e3d52a32f949323.tar.bz2 |
Fix cont and remove comments
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index b9b0ce8..dcd8103 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -203,7 +203,7 @@ private: std::string m_StartTest; std::string m_EndTest; - bool m_TestModel; + int m_TestModel; /** * Generate the Dart compatible output |