]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutTab.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxLayoutTab.h
index 6d973687c9a6384e96991d632bc4a7147d3dd4b1..ee306d782fa12d7429f691511024366f605d422a 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutTab.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/24 15:45:51 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2008/11/25 13:18:33 $
+  Version:   $Revision: 1.9 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -85,7 +85,7 @@ namespace bbwx
 
   protected:
        virtual void bbUserConstructor();
-       void TryInsertWindow(wxNotebook *book, wxWindow *widgetchild);
+    void TryInsertWindow(wxNotebook *book, const std::string& input);
 
   };