diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-13 18:44:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-13 18:44:35 (GMT) |
commit | 8a4c70cf6dbab98a2da60d8aa95efbdf61a61bdc (patch) | |
tree | ff6497dcb64a3f40dd605ca1a1862798098d981e /Source | |
parent | fb7c7675f5e10865de79dfa050413f53e975831f (diff) | |
download | CMake-8a4c70cf6dbab98a2da60d8aa95efbdf61a61bdc.zip CMake-8a4c70cf6dbab98a2da60d8aa95efbdf61a61bdc.tar.gz CMake-8a4c70cf6dbab98a2da60d8aa95efbdf61a61bdc.tar.bz2 |
COMP: Fix Sun build
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/cmCTestTestHandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestTestHandler.h b/Source/CTest/cmCTestTestHandler.h index 1b47e55..2fe1998 100644 --- a/Source/CTest/cmCTestTestHandler.h +++ b/Source/CTest/cmCTestTestHandler.h @@ -75,7 +75,6 @@ public: void Initialize(); -protected: struct cmCTestTestProperties { cmStdString Name; @@ -103,7 +102,7 @@ protected: cmCTestTestProperties* Properties; }; - +protected: virtual int PreProcessHandler(); virtual int PostProcessHandler(); virtual void GenerateTestCommand(std::vector<const char*>& args); |