X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/007ae8d09da858fd29824ac58e31a237b56b41fd..050c9e3c90c58b05d5b3f7384d1556ca9669f13e:/src/mac/statbrma.cpp diff --git a/src/mac/statbrma.cpp b/src/mac/statbrma.cpp index f40b9b7e8d..5179971e24 100644 --- a/src/mac/statbrma.cpp +++ b/src/mac/statbrma.cpp @@ -10,7 +10,7 @@ /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation "statbar.h" +#pragma implementation "statbrma.h" #endif // ---------------------------------------------------------------------------- @@ -21,14 +21,9 @@ #include "wx/dc.h" #include "wx/dcclient.h" -#if !USE_SHARED_LIBRARY -IMPLEMENT_DYNAMIC_CLASS(wxStatusBarMac, wxStatusBarGeneric); - BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric) EVT_PAINT(wxStatusBarMac::OnPaint) END_EVENT_TABLE() -#endif //USE_SHARED_LIBRARY - // ============================================================================ // implementation