]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCore build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 12 Mar 2006 13:35:59 +0000 (13:35 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 12 Mar 2006 13:35:59 +0000 (13:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wrapcctl.h

index 261fc08c1842acd07118f6bf81ed90e0a960aad4..0edf3d96ecdc20f75ba56bbf73f24609e45a6d68 100644 (file)
@@ -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_
-