summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestGIT.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-04-28 17:52:46 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2010-04-28 17:52:46 -0400
commitfd5b75e3f417feebc3015ef0294bc1425cece1e8 (patch)
treea6d462f03040a2361d800248f2ad5af9e386eb9b /Source/CTest/cmCTestGIT.h
parenta170690fd2490fb84c87d7897f5ceac78da8f512 (diff)
downloadcmake-fd5b75e3f417feebc3015ef0294bc1425cece1e8.tar.gz
Fix for for bug #10550, fix some errors for an old Sun compiler.
Diffstat (limited to 'Source/CTest/cmCTestGIT.h')
-rw-r--r--Source/CTest/cmCTestGIT.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestGIT.h b/Source/CTest/cmCTestGIT.h
index 2561ed4e61..0b6ad2eee1 100644
--- a/Source/CTest/cmCTestGIT.h
+++ b/Source/CTest/cmCTestGIT.h
@@ -35,6 +35,7 @@ private:
void LoadRevisions();
void LoadModifications();
+public: // needed by older Sun compilers
// Parsing helper classes.
class OneLineParser;
class DiffParser;