// 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
/////////////////////////////////////////////////////////////////////////////
bool Create(const wxNativeFontInfo& fontinfo);
- ~wxFont();
+ ~wxFont() {}
// assignment
wxFont& operator=(const wxFont& font);
protected:
// common part of all ctors
- void Init();
+ void Init() {}
private:
DECLARE_DYNAMIC_CLASS(wxFont)