ERR: On some compilers structure inside class cannot reference private typdefs from the same class
This commit is contained in:
parent
cb37fe01f6
commit
6b56245932
|
@ -28,6 +28,7 @@ class cmCTest
|
|||
{
|
||||
public:
|
||||
typedef std::vector<cmStdString> tm_VectorOfStrings;
|
||||
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
||||
|
||||
///! Process Command line arguments
|
||||
int Run(std::vector<std::string>const&, std::string* output = 0);
|
||||
|
@ -243,7 +244,6 @@ private:
|
|||
std::string m_PostContext;
|
||||
};
|
||||
|
||||
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
||||
struct cmCTestTestProperties
|
||||
{
|
||||
cmStdString Name;
|
||||
|
|
Loading…
Reference in New Issue