projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some compile fixes.
[wxWidgets.git]
/
src
/
mac
/
carbon
/
statbrma.cpp
diff --git
a/src/mac/carbon/statbrma.cpp
b/src/mac/carbon/statbrma.cpp
index 1ac06835016e2a9b73a6af387431f2f2d37951aa..9bca84cca9e9f58fca400edf4d115d18eb3d2434 100644
(file)
--- a/
src/mac/carbon/statbrma.cpp
+++ b/
src/mac/carbon/statbrma.cpp
@@
-11,15
+11,17
@@
#include "wx/wxprec.h"
#include "wx/wxprec.h"
+#if wxUSE_STATUSBAR
+
#include "wx/statusbr.h"
#ifndef WX_PRECOMP
#include "wx/dc.h"
#include "wx/dcclient.h"
#include "wx/statusbr.h"
#ifndef WX_PRECOMP
#include "wx/dc.h"
#include "wx/dcclient.h"
+ #include "wx/toplevel.h"
#endif
#include "wx/mac/private.h"
#endif
#include "wx/mac/private.h"
-#include "wx/toplevel.h"
BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric)
BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric)
@@
-175,3
+177,6
@@
void wxStatusBarMac::MacHiliteChanged()
Refresh();
Update();
}
Refresh();
Update();
}
+
+#endif // wxUSE_STATUSBAR
+