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
This commit is contained in:
parent
68c957045a
commit
cd4e5a4998
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue