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