]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed to remove wxFontRefData as intended and not wxFontData
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 20 Nov 2006 16:30:09 +0000 (16:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 20 Nov 2006 16:30:09 +0000 (16:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/font.h

index 4011aea3712a415d90071ca2c178a362e56c5a68..b8300fca36dc384dae25fea691080d8633a5a2f2 100644 (file)
@@ -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