]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutTab.h
no message
[bbtk.git] / packages / wx / src / bbwxLayoutTab.h
index ee306d782fa12d7429f691511024366f605d422a..04db62d7f8966758330aee64a8d4f9eead9e1455 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutTab.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/25 13:18:33 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2009/05/15 14:58:03 $
+  Version:   $Revision: 1.11 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -54,6 +54,7 @@
 #include "bbtkWxBlackBox.h"
 #include <wx/notebook.h>
 
+#include "bbwx_EXPORT.h"
 
 namespace bbwx
 {
@@ -61,7 +62,7 @@ namespace bbwx
 
   
   
-  class /*BBTK_EXPORT*/ LayoutTab : public bbtk::WxBlackBox
+  class bbwx_EXPORT LayoutTab : public bbtk::WxBlackBox
   {
     
     BBTK_BLACK_BOX_INTERFACE(LayoutTab,bbtk::WxBlackBox);
@@ -84,7 +85,6 @@ namespace bbwx
     void OnShowWidget();
 
   protected:
-       virtual void bbUserConstructor();
     void TryInsertWindow(wxNotebook *book, const std::string& input);
 
   };