]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/font.h
applied Greg's refinment of hist treectrl patch
[wxWidgets.git] / include / wx / mgl / font.h
index 335c54636be8eb7cdc13f6c4e214e11da3ea7b83..29f2fd60930e996e80f7cd85b7ffc894aa084ba4 100644 (file)
@@ -67,7 +67,7 @@ public:
 
     bool Create(const wxNativeFontInfo& fontinfo);
 
-    ~wxFont();
+    ~wxFont() {}
 
     // assignment
     wxFont& operator=(const wxFont& font);
@@ -98,7 +98,7 @@ public:
 
 protected:
     // common part of all ctors
-    void Init();
+    void Init() {}
 
 private:
     DECLARE_DYNAMIC_CLASS(wxFont)