From cd4e5a4998a87b97f896e7d938579d93981af405 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 20 Nov 2006 16:30:09 +0000 Subject: [PATCH] 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 --- include/wx/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2