X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMMain.h;h=d028487404e97f36190ad0975ad90eebdda826bb;hb=741b9c1d03c7984f7ac4a39188e2bb114471f579;hp=322f82375d04316a2a957f113cece8bf51eb97ba;hpb=a9365e98724ef545368a3212e32263cd331d41d0;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMMain.h b/lib/creaDevManagerLib/modelCDMMain.h index 322f823..d028487 100644 --- a/lib/creaDevManagerLib/modelCDMMain.h +++ b/lib/creaDevManagerLib/modelCDMMain.h @@ -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; };