]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLib.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLib.h
index 59d11964afa0b8550c995a421c14f7891090658f..49722b10b4d3618604a19625575a5bf21d0e0d29 100644 (file)
@@ -45,7 +45,7 @@ class modelCDMLib : public modelCDMFolder
 {
 public:
   modelCDMLib();
-  modelCDMLib(const std::string& path, const std::string& name = "lib", const int& level = 1);
+  modelCDMLib(modelCDMIProjectTreeNode* parent, const std::string& path, const std::string& name = "lib", const int& level = 1);
   ~modelCDMLib();
 
   const std::vector<modelCDMLibrary*>& GetLibraries() const;