]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/private/fontmgr.h
Removed extraneous semicolon (partly fixes #10456).
[wxWidgets.git] / include / wx / mgl / private / fontmgr.h
index 2e24ffe5fd5a6d7f7c747510821d5821c99a3d59..19f88cef0bf22d7a4a4951ca618df65d9c551644 100644 (file)
@@ -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; }