]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp
#3170 crea Feature New Normal - creaVTK_MACROS
[crea.git] / lib / creaDevManagerLib / modelCDMCMakeListsFile.cpp
index 72b1cdf4378bdc7d379065177cf09811a698e7b6..2dc48b478d29cdaac5926dc1655e42bcad209e79 100644 (file)
@@ -45,9 +45,10 @@ modelCDMCMakeListsFile::modelCDMCMakeListsFile()
 {
 }
 
-modelCDMCMakeListsFile::modelCDMCMakeListsFile(const std::string& path, const std::string& name, const int& level)
+modelCDMCMakeListsFile::modelCDMCMakeListsFile(modelCDMIProjectTreeNode* parent, const std::string& path, const std::string& name, const int& level)
 {
   std::cout << "creating cmakelist file: " + path + "\n";
+  this->parent = parent;
   this->children.clear();
   this->level = level;
   this->type = wxDIR_FILES;