X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..890defb4f3a0012a296c69949bf5f93075743e8f:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index a2abf1d037..e144201082 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -189,7 +189,7 @@ const gchar *wx_pango_version_check (int major, int minor, int micro) // NOTE: you don't need to use this macro to check for Pango features // added in pango-1.4 or earlier since GTK 2.4 (our minimum requirement // for GTK lib) required pango 1.4... - + #ifdef PANGO_VERSION_MAJOR if (!gtk_check_version (2,11,0)) {