]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMFile.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMFile.h
index f521608ea8060ee4eeefd6ed1138cce60d8f2009..3f03f29ac7e444e3eabd5e6c0db1454dfd017e0c 100644 (file)
@@ -44,7 +44,7 @@ class modelCDMFile : public modelCDMIProjectTreeNode
 {
 public:
   modelCDMFile();
-  modelCDMFile(const std::string& path, const std::string& name, const int& level = 3);
+  modelCDMFile(modelCDMIProjectTreeNode* parent, const std::string& path, const std::string& name, const int& level = 3);
   ~modelCDMFile();
 
   bool OpenFile(std::string* & result, const std::string& command = "");