From: Václav Slavík Date: Mon, 20 Nov 2006 16:30:09 +0000 (+0000) Subject: fixed to remove wxFontRefData as intended and not wxFontData X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cd4e5a4998a87b97f896e7d938579d93981af405 fixed to remove wxFontRefData as intended and not wxFontData git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/font.h b/include/wx/font.h index 4011aea371..b8300fca36 100644 --- a/include/wx/font.h +++ b/include/wx/font.h @@ -24,6 +24,7 @@ // forward declarations // ---------------------------------------------------------------------------- +class WXDLLEXPORT wxFontData; class WXDLLEXPORT wxFontBase; class WXDLLEXPORT wxFont; class WXDLLEXPORT wxSize; @@ -104,7 +105,6 @@ enum // wxFontBase represents a font object // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxFontRefData; class WXDLLEXPORT wxNativeFontInfo; class WXDLLEXPORT wxFontBase : public wxGDIObject