]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxFileSelector.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxFileSelector.h
index 051754b165aa242469ae72db3b4de2b3d6bc7a0a..f483a243ccfaef4330e7ccbddff80a41684ed5e9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxFileSelector.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:52 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/06/26 07:37:11 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -59,6 +59,10 @@ namespace bbwx
     BBTK_DECLARE_OUTPUT(Out,std::string);
     BBTK_PROCESS(Process);
     void Process();
+
+  protected:
+    virtual void bbUserConstructor();
+
   };
   //=================================================================