X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxDescriptorPanel.h;h=626c44d242dadd1f2900c5073c33a357c1382149;hb=da80530068246081505e9649523d10e8da8e6acd;hp=2f95e814be73513e6eed47edc0bb3cf5a8a109f7;hpb=62fe686c7ff816464b9b309933030ea88e27338f;p=creaImageIO.git diff --git a/src2/creaImageIOWxDescriptorPanel.h b/src2/creaImageIOWxDescriptorPanel.h index 2f95e81..626c44d 100644 --- a/src2/creaImageIOWxDescriptorPanel.h +++ b/src2/creaImageIOWxDescriptorPanel.h @@ -39,7 +39,7 @@ namespace creaImageIO { public: WxDescriptorPanel(); - WxDescriptorPanel(wxWindow *parent); + WxDescriptorPanel(wxWindow *parent, const std::string path); ~WxDescriptorPanel(); // Get file to load Descriptor @@ -141,6 +141,9 @@ namespace creaImageIO // List of added level std::map lvlist; + // DB Gimmick path + std::string m_path; + }; // class WxDescriptorPanel //=====================================================================