]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/accel.h
converted to 16 colors
[wxWidgets.git] / include / wx / gtk / accel.h
index 4765e6fe3ddf483f3543d59c3d0729bb439a47fd..4066849bea7d88c4acdce2b7fd182f0f4a21803a 100644 (file)
@@ -15,6 +15,9 @@
 #endif
 
 #include "wx/defs.h"
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_ACCEL
+
 #include "wx/object.h"
 #include "wx/event.h"
 
 #include "wx/object.h"
 #include "wx/event.h"
 
@@ -103,3 +106,5 @@ class wxAcceleratorTable: public wxObject
 };
 
 #endif
 };
 
 #endif
+
+#endif