X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7c12d28e63a7458293ea54f523c01d848236a3e..5cce8340b28be2eecea1822434eeff7055840f9c:/src/gtk/checklst.cpp diff --git a/src/gtk/checklst.cpp b/src/gtk/checklst.cpp index e3eb5b9e79..95dbf3d2a8 100644 --- a/src/gtk/checklst.cpp +++ b/src/gtk/checklst.cpp @@ -15,6 +15,12 @@ #if wxUSE_CHECKLISTBOX #include "wx/checklst.h" + +// FIXME: We use GtkList to implement wxListBox +#ifdef GTK_DISABLE_DEPRECATED +#undef GTK_DISABLE_DEPRECATED +#endif + #include "wx/gtk/private.h" #include