diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index f68cb99..63d6260 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -290,6 +290,7 @@ private: int m_Tests[LAST_TEST]; std::string m_CurrentTag; + bool m_TomorrowTag; std::string m_StartBuild; std::string m_EndBuild; |