X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c14b6c3241d48d9cc36a2fd0aeab0ba330d96de..f7d8cefd72ea2b213af5a4a6f8b2fc41d350c9a5:/src/gtk/font.cpp?ds=sidebyside diff --git a/src/gtk/font.cpp b/src/gtk/font.cpp index ea4997a099..7f77a346fc 100644 --- a/src/gtk/font.cpp +++ b/src/gtk/font.cpp @@ -464,7 +464,7 @@ bool wxFont::GetNoAntiAliasing() const const wxNativeFontInfo *wxFont::GetNativeFontInfo() const { - wxCHECK_MSG( Ok(), (wxNativeFontInfo *)NULL, wxT("invalid font") ); + wxCHECK_MSG( Ok(), NULL, wxT("invalid font") ); return &(M_FONTDATA->m_nativeFontInfo); }