]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/font.cpp
Fixed various typos.
[wxWidgets.git] / src / gtk1 / font.cpp
index 2d97fcd52fddb824237b09ad87c919de6d2e2e28..c6a1888c16e9703cd98628c2c0290e7246f0bd12 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/settings.h"
-    #include "wx/cmndata.h"
     #include "wx/gdicmn.h"
+    #include "wx/encinfo.h"
 #endif
 
 #include "wx/fontutil.h"
@@ -450,8 +450,6 @@ void wxFontRefData::SetNativeFontInfo(const wxNativeFontInfo& info)
 // wxFont creation
 // ----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
-
 wxFont::wxFont(const wxNativeFontInfo& info)
 {
     (void) Create(info.GetXFontName());