projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
define arrays of chartoo as the existing ones can't be used to store char values...
[wxWidgets.git]
/
src
/
cocoa
/
font.cpp
diff --git
a/src/cocoa/font.cpp
b/src/cocoa/font.cpp
index 606e2e3d726e435a14a2f4f5dfe0da8747b377c6..61c71aaac047803a1ae902760abb825767a41a92 100644
(file)
--- a/
src/cocoa/font.cpp
+++ b/
src/cocoa/font.cpp
@@
-11,12
+11,13
@@
#include "wx/wxprec.h"
+#include "wx/font.h"
+
#ifndef WX_PRECOMP
#include "wx/string.h"
+ #include "wx/gdicmn.h"
#endif
-#include "wx/font.h"
-#include "wx/gdicmn.h"
#include "wx/encinfo.h"
IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)