]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImag...
[wxWidgets.git] / include / wx / univ / statusbr.h
index 79116f1919cc047c6b0d87a7c1f2959b954fb1e6..992b0ec99b06db04268cfac48ae5917058127c19 100644 (file)
@@ -19,7 +19,7 @@
 // wxStatusBar: a window near the bottom of the frame used for status info
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxStatusBarUniv : public wxStatusBarBase,
+class WXDLLIMPEXP_CORE wxStatusBarUniv : public wxStatusBarBase,
                                     public wxInputConsumer
 {
 public:
@@ -60,7 +60,7 @@ public:
 
     // wxInputConsumer pure virtual
     virtual wxWindow *GetInputWindow() const
-        { return wx_const_cast(wxStatusBar*, this); }
+        { return const_cast<wxStatusBar*>(this); }
 
 protected:
     // recalculate the field widths