]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMProject.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMProject.h
index e3ba19a69d56eaa3a082a5dcd11f577b67dbec80..b2a2a11a44498c5d39242cd35409f23fa95e4b2c 100644 (file)
@@ -61,7 +61,7 @@ public:
    * @param path The source path.
    * @param buildPath The build path. By default it's an empty string.
    */
-  modelCDMProject(const std::string& path, const std::string& buildPath = "");
+  modelCDMProject(const std::string& path, const std::string& name, const std::string& buildPath = "");
 
   /**
    * Destructor.