]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMFolder.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMFolder.h
index bcd21660a1ce6c11a16b9c18c36bcce32332867b..f8cd26c34c3acf5b1f83cb089d3067eace0230c2 100644 (file)
@@ -57,9 +57,12 @@ public:
   virtual const bool Refresh(std::string*& result);
 
   bool HasCMakeLists();
+
+protected:
+  modelCDMCMakeListsFile* CMakeLists;
 private:
   std::vector<modelCDMFolder*> folders;
-  modelCDMCMakeListsFile* CMakeLists;
+
 };
 
 #endif /* MODELCDMFOLDER_H_ */