projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use dynamic array for the page breaks positions (patch 1483976)
[wxWidgets.git]
/
include
/
wx
/
msw
/
wrapcctl.h
diff --git
a/include/wx/msw/wrapcctl.h
b/include/wx/msw/wrapcctl.h
index 261fc08c1842acd07118f6bf81ed90e0a960aad4..0edf3d96ecdc20f75ba56bbf73f24609e45a6d68 100644
(file)
--- a/
include/wx/msw/wrapcctl.h
+++ b/
include/wx/msw/wrapcctl.h
@@
-53,8
+53,8
@@
inline void wxSetCCUnicodeFormat(HWND WXUNUSED_IN_WINCE(hwnd))
// Return the default font for the common controls
//
// this is implemented in msw/settings.cpp
+class wxFont;
extern wxFont wxGetCCDefaultFont();
#endif
#endif // _WX_MSW_WRAPCCTL_H_
-