Andy Cedilnik 19 лет назад
Родитель
Сommit
8a4c70cf6d
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      Source/CTest/cmCTestTestHandler.h

+ 1 - 2
Source/CTest/cmCTestTestHandler.h

@@ -75,7 +75,6 @@ public:
 
   void Initialize();
 
-protected:
   struct cmCTestTestProperties
   {
     cmStdString Name;
@@ -103,7 +102,7 @@ protected:
     cmCTestTestProperties* Properties;
   };
 
-
+protected:
   virtual int PreProcessHandler();
   virtual int PostProcessHandler();
   virtual void GenerateTestCommand(std::vector<const char*>& args);