diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 5d98e9c32..2335441fb 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); diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 5ec5b45f9..a7e662ecc 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -58,9 +58,9 @@ public: /* * A utility function that returns the nightly time */ - static struct tm* cmCTest::GetNightlyTime(std::string str, - bool verbose, - bool tomorrowtag); + static struct tm* GetNightlyTime(std::string str, + bool verbose, + bool tomorrowtag); /* * Is the tomorrow tag set?