Fix for for bug #10550, fix some errors for an old Sun compiler.

This commit is contained in:
Bill Hoffman 2010-04-28 17:52:46 -04:00
parent a170690fd2
commit fd5b75e3f4
2 changed files with 2 additions and 0 deletions

View File

@ -551,6 +551,7 @@ class cmCTestBuildHandler::FragmentCompare
{
public:
FragmentCompare(cmFileTimeComparison* ftc): FTC(ftc) {}
FragmentCompare(): FTC(0) {}
bool operator()(std::string const& l, std::string const& r)
{
// Order files by modification time. Use lexicographic order

View File

@ -35,6 +35,7 @@ private:
void LoadRevisions();
void LoadModifications();
public: // needed by older Sun compilers
// Parsing helper classes.
class OneLineParser;
class DiffParser;