projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix after last change
[wxWidgets.git]
/
src
/
mac
/
carbon
/
scrolbar.cpp
diff --git
a/src/mac/carbon/scrolbar.cpp
b/src/mac/carbon/scrolbar.cpp
index 02e3d04beff968e83f91496f2db76d98797f67b7..5f268188b9e3e1e76f676d2aaa81f17098b718bf 100644
(file)
--- a/
src/mac/carbon/scrolbar.cpp
+++ b/
src/mac/carbon/scrolbar.cpp
@@
-11,13
+11,14
@@
#include "wx/wxprec.h"
#include "wx/wxprec.h"
+#include "wx/scrolbar.h"
+
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/settings.h"
#endif
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/settings.h"
#endif
-#include "wx/scrolbar.h"
#include "wx/mac/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)
#include "wx/mac/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)