projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo with adding wxNO_BORDER to the native control.
[wxWidgets.git]
/
src
/
cocoa
/
app.mm
diff --git
a/src/cocoa/app.mm
b/src/cocoa/app.mm
index 565209e5b159ea7764ebca3a5e7942941891f999..a246c4c211719a2522930e6671528acd4e36f80b 100644
(file)
--- a/
src/cocoa/app.mm
+++ b/
src/cocoa/app.mm
@@
-17,10
+17,9
@@
#include "wx/dc.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/module.h"
#endif
-#include "wx/module.h"
-
#include "wx/cocoa/ObjcPose.h"
#include "wx/cocoa/autorelease.h"
#include "wx/cocoa/mbarman.h"