diff options
author | Ken Martin <ken.martin@kitware.com> | 2004-09-07 16:51:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2004-09-07 16:51:34 (GMT) |
commit | 15af486c0079c0fe4d1df4c4c5db302867d82d4b (patch) | |
tree | 5fda6d940d3eb03ff0230a4c425ccfaf0652a478 /Source/cmCTest.h | |
parent | 79faf21d19da8ae3bf134b7eb897bda1a9c0882d (diff) | |
download | CMake-15af486c0079c0fe4d1df4c4c5db302867d82d4b.zip CMake-15af486c0079c0fe4d1df4c4c5db302867d82d4b.tar.gz CMake-15af486c0079c0fe4d1df4c4c5db302867d82d4b.tar.bz2 |
duh errors
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index a7e662e..bb0db2f 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* GetNightlyTime(std::string str, - bool verbose, - bool tomorrowtag); + static struct * GetNightlyTime(std::string str, + bool verbose, + bool tomorrowtag); /* * Is the tomorrow tag set? |