COMP: Fix cmCTestVC member access for HP compiler
The HP C++ compiler needs some help to allow access to some member classes of cmCTestVC.
This commit is contained in:
parent
80282b749f
commit
7dbacb94f4
@ -274,7 +274,8 @@ bool cmCTestSVN::UpdateImpl()
|
|||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
class cmCTestSVN::LogParser: public OutputLogger, private cmXMLParser
|
class cmCTestSVN::LogParser: public cmCTestVC::OutputLogger,
|
||||||
|
private cmXMLParser
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LogParser(cmCTestSVN* svn, const char* prefix):
|
LogParser(cmCTestSVN* svn, const char* prefix):
|
||||||
|
@ -78,6 +78,9 @@ protected:
|
|||||||
std::string Log;
|
std::string Log;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct File;
|
||||||
|
friend struct File;
|
||||||
|
|
||||||
/** Represent change to one file. */
|
/** Represent change to one file. */
|
||||||
struct File
|
struct File
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user