diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 707b87688..7b641a0d1 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -28,6 +28,7 @@ class cmCTest { public: typedef std::vector tm_VectorOfStrings; + typedef std::vector tm_VectorOfListFileArgs; ///! Process Command line arguments int Run(std::vectorconst&, std::string* output = 0); @@ -243,7 +244,6 @@ private: std::string m_PostContext; }; - typedef std::vector tm_VectorOfListFileArgs; struct cmCTestTestProperties { cmStdString Name;