X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/081d8d96db3bfe4dc490a6244b17184366846738..3544f421d8d2be85eb020f6f79eed57eb00198f5:/src/gtk1/font.cpp diff --git a/src/gtk1/font.cpp b/src/gtk1/font.cpp index 32c68402d6..c6a1888c16 100644 --- a/src/gtk1/font.cpp +++ b/src/gtk1/font.cpp @@ -24,6 +24,7 @@ #include "wx/log.h" #include "wx/settings.h" #include "wx/gdicmn.h" + #include "wx/encinfo.h" #endif #include "wx/fontutil.h" @@ -449,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());