From 6b5624593288dfbcf1e53dd9f9ac96c06996e62d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 17 Mar 2004 08:20:27 -0500 Subject: ERR: On some compilers structure inside class cannot reference private typdefs from the same class --- Source/cmCTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 707b876..7b641a0 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; -- cgit v0.12