]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/font.h
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
[wxWidgets.git] / include / wx / mgl / font.h
index 3929e5f9596fe94709aebe9fdc3ba8c40a5ccb0a..29f2fd60930e996e80f7cd85b7ffc894aa084ba4 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        font.h
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001, Vaclav Slavik
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -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)