]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMMain.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMMain.h
index 322f82375d04316a2a957f113cece8bf51eb97ba..d028487404e97f36190ad0975ad90eebdda826bb 100644 (file)
@@ -68,7 +68,7 @@ public:
    * Retrieves the map of all the nodes inside the current active project.
    * @return Map with ids and node reference of the project.
    */
-  std::map< wxTreeItemId, modelCDMIProjectTreeNode* >& GetModelElements();
+  std::map< wxCDMTreeItemId, modelCDMIProjectTreeNode* >& GetModelElements();
 
 
   /**
@@ -123,7 +123,7 @@ private:
   /**
    * Map of all the elements of the currently active project and their IDs.
    */
-  std::map< wxTreeItemId, modelCDMIProjectTreeNode* > modelElements;
+  std::map< wxCDMTreeItemId, modelCDMIProjectTreeNode* > modelElements;
 };