// wxFontBase represents a font object
// ----------------------------------------------------------------------------
+class WXDLLEXPORT wxFontRefData;
+
class wxFontBase : public wxGDIObject
{
public:
protected:
// get the internal data
- class WXDLLEXPORT wxFontRefData *GetFontData() const
+ wxFontRefData *GetFontData() const
{ return (wxFontRefData *)m_refData; }
private: