summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-09-07 16:52:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-09-07 16:52:09 (GMT)
commit1e3e5beab707ba0b5d0246ccee84a609d5628ded (patch)
tree15e3d7b6eac772a2980427e694dc1888f966f04f
parent15af486c0079c0fe4d1df4c4c5db302867d82d4b (diff)
downloadCMake-1e3e5beab707ba0b5d0246ccee84a609d5628ded.zip
CMake-1e3e5beab707ba0b5d0246ccee84a609d5628ded.tar.gz
CMake-1e3e5beab707ba0b5d0246ccee84a609d5628ded.tar.bz2
duh errors
-rw-r--r--Source/cmCTest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index bb0db2f..a7e662e 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -58,9 +58,9 @@ public:
/*
* A utility function that returns the nightly time
*/
- static struct * GetNightlyTime(std::string str,
- bool verbose,
- bool tomorrowtag);
+ static struct tm* GetNightlyTime(std::string str,
+ bool verbose,
+ bool tomorrowtag);
/*
* Is the tomorrow tag set?