]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLibrary.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLibrary.h
index 728b5c93970703cccb7b833a1e85924dc5943914..fb3b7d9224bd1a81907d4d9eb8af06105bc0fdac 100644 (file)
@@ -44,7 +44,7 @@ class modelCDMLibrary : public modelCDMFolder
 {
 public:
   modelCDMLibrary();
-  modelCDMLibrary(const std::string& path, const std::string& name, const int& level = 2);
+  modelCDMLibrary(modelCDMIProjectTreeNode* parent, const std::string& path, const std::string& name, const int& level = 2);
   ~modelCDMLibrary();
 
   const std::string& GetNameLibrary() const;