summaryrefslogtreecommitdiff
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-09-07 11:45:53 -0400
committerKen Martin <ken.martin@kitware.com>2004-09-07 11:45:53 -0400
commit79faf21d19da8ae3bf134b7eb897bda1a9c0882d (patch)
tree15e3d7b6eac772a2980427e694dc1888f966f04f /Source/cmCTest.h
parent3eae8f44059646241482133d98adb32631ab9c14 (diff)
downloadcmake-79faf21d19da8ae3bf134b7eb897bda1a9c0882d.tar.gz
more warnings
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 5ec5b45f93..a7e662ecc7 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?