BUG: Initialize variable

This commit is contained in:
Andy Cedilnik 2005-07-20 12:03:04 -04:00
parent 11359c5ccb
commit 4bba497aa4
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ std::string cmCTest::MakeURLSafe(const std::string& str)
//----------------------------------------------------------------------
cmCTest::cmCTest()
{
m_SubmitIndex = 0;
m_ForceNewCTestProcess = false;
m_TomorrowTag = false;
m_Verbose = false;