COMP: Fix class reference for HP aCC
This commit is contained in:
parent
9c17cbeb44
commit
e8e3080ebe
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue