X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..53f6aab75294c585e53e02b618a09dcb1dd97fb8:/include/wx/mgl/font.h diff --git a/include/wx/mgl/font.h b/include/wx/mgl/font.h index 3929e5f959..29f2fd6093 100644 --- a/include/wx/mgl/font.h +++ b/include/wx/mgl/font.h @@ -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)