]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMProjectsTreeCtrl.h
index 33f21f40bc42f6da7b3d85dacf38121cba98a955..08b52b6def5dda2eb7bb0cf4640ff6cd196d86a7 100755 (executable)
@@ -97,7 +97,7 @@ public:
   /**
    * Builds the tree hierarchy with the given model elements.
    */
-  void BuildTree(std::map< wxTreeItemId, modelCDMIProjectTreeNode* >& modelElements, modelCDMProject* tree = NULL);
+  void BuildTree(std::map< wxCDMTreeItemId, modelCDMIProjectTreeNode* >& modelElements, modelCDMProject* tree = NULL);
 
 private:
 
@@ -152,7 +152,7 @@ private:
    * @param modelElements Id->node map.
    * @param parent ID of the root node ID.
    */
-  void BuildTree(const std::vector<modelCDMIProjectTreeNode*>& tree, std::map< wxTreeItemId, modelCDMIProjectTreeNode* >& modelElements, const wxTreeItemId& parent);
+  void BuildTree(const std::vector<modelCDMIProjectTreeNode*>& tree, std::map< wxCDMTreeItemId, modelCDMIProjectTreeNode* >& modelElements, const wxCDMTreeItemId& parent);
   /**
    * Retrieves the icon ID of the given node by its type.
    * @param node Node to search its icon.