COMP: Fix class reference for HP aCC

This commit is contained in:
Brad King 2009-04-22 10:22:25 -04:00
parent 9c17cbeb44
commit e8e3080ebe
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ protected:
The header may have more fields. See 'git help diff-tree'.
*/
class cmCTestGIT::CommitParser: public DiffParser
class cmCTestGIT::CommitParser: public cmCTestGIT::DiffParser
{
public:
CommitParser(cmCTestGIT* git, const char* prefix):