X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74e34480fbfd892bc6450c3978b825b81c3c870b..f8c4475a3e579655f6a962822824596a7a9cfb66:/include/wx/gtk/accel.h?ds=sidebyside diff --git a/include/wx/gtk/accel.h b/include/wx/gtk/accel.h index 4765e6fe3d..4066849bea 100644 --- a/include/wx/gtk/accel.h +++ b/include/wx/gtk/accel.h @@ -15,6 +15,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_ACCEL + #include "wx/object.h" #include "wx/event.h" @@ -103,3 +106,5 @@ class wxAcceleratorTable: public wxObject }; #endif + +#endif