X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7ae4a62645d369fbd6b8b5f3f0e12ee86536da1..6541fd4b27a68035f7f9f2325fca0aa025a35943:/include/wx/mgl/private/fontmgr.h?ds=inline diff --git a/include/wx/mgl/private/fontmgr.h b/include/wx/mgl/private/fontmgr.h index 2e24ffe5fd..19f88cef0b 100644 --- a/include/wx/mgl/private/fontmgr.h +++ b/include/wx/mgl/private/fontmgr.h @@ -51,10 +51,8 @@ class wxFontBundle : public wxFontBundleBase public: wxFontBundle(const font_info_t *fontInfo); - virtual wxString GetName() const - { return wxString::FromAscii(m_fontInfo->familyName); } - - virtual bool IsFixed() const { return m_fontInfo->isFixed; } + virtual wxString GetName() const; + virtual bool IsFixed() const; const font_info_t *GetInfo() const { return m_fontInfo; }