]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxDescriptorPanel.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOWxDescriptorPanel.h
index 2f95e814be73513e6eed47edc0bb3cf5a8a109f7..626c44d242dadd1f2900c5073c33a357c1382149 100644 (file)
@@ -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<int, std::string> lvlist;
 
+       // DB Gimmick path
+       std::string m_path;
+
   }; // class WxDescriptorPanel
   //=====================================================================