]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tabg.cpp
Updated to new PyCrust
[wxWidgets.git] / src / generic / tabg.cpp
index 24fb5c5f1c1c2b8652307ee3a00bfb86cf402b51..bd0ba3d2ebdfa57d51f78fa6dce76c0abdc9d5d1 100644 (file)
@@ -20,6 +20,8 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_TAB_DIALOG
+
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
@@ -1279,3 +1281,4 @@ void wxPanelTabView::ShowWindowForTab(int id)
   newWindow->Refresh();
 }
 
+#endif // wxUSE_TAB_DIALOG