diff options
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 5d98e9c..2335441 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -47,8 +47,8 @@ #define DEBUGERR std::cerr << __LINE__ << " "; std::cerr struct tm* cmCTest::GetNightlyTime(std::string str, - bool verbose, - bool tomorrowtag) + bool verbose, + bool tomorrowtag) { struct tm* lctime; time_t tctime = time(0); |