// 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:
// wxInputConsumer pure virtual
virtual wxWindow *GetInputWindow() const
- { return wx_const_cast(wxStatusBar*, this); }
+ { return const_cast<wxStatusBar*>(this); }
protected:
// recalculate the field widths