///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation "statusbr.h"
+#pragma implementation "statbrma.h"
#endif
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#include "wx/mac/statusbr.h"
+#include "wx/statusbr.h"
+#include "wx/dc.h"
+#include "wx/dcclient.h"
#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxStatusBarMac, wxStatusBarGeneric);
// ============================================================================
// ----------------------------------------------------------------------------
-// wxStatusBarXX class
+// wxStatusBarMac class
// ----------------------------------------------------------------------------
wxStatusBarMac::wxStatusBarMac()
# ifdef __WXMSW__
dc.SetFont(wxNullFont);
# endif // MSW
-}
\ No newline at end of file
+}