]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/tabg.h
Add GetSelectedBitmap methods
[wxWidgets.git] / include / wx / generic / tabg.h
index c24ed23ce51c23292f744e9be5ce2e6e5b6fba2a..4ab53af0e791e0e37a954fc6eba67e051d57cb5f 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/panel.h"
 #include "wx/list.h"
 
-class WXDLLEXPORT wxTabView;
+class WXDLLIMPEXP_FWD_CORE wxTabView;
 
 /*
  * A wxTabControl is the internal and visual representation
@@ -102,11 +102,7 @@ public:
   virtual ~wxTabView();
 
   inline int GetNumberOfLayers() const { return m_layers.GetCount(); }
-#if WXWIN_COMPATIBILITY_2_4
-  inline wxList& GetLayers() { return *(wxList *)&m_layers; }
-#else
   inline wxTabLayerList& GetLayers() { return m_layers; }
-#endif
 
   inline void SetWindow(wxWindow* wnd) { m_window = wnd; }
   inline wxWindow* GetWindow(void) const { return m_window; }