X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec758a20a2b166b2073e1c902cc745db01290f02..ae8f57691329af997e274a3fce5b25c5e5f00f2f:/src/gtk1/accel.cpp?ds=sidebyside diff --git a/src/gtk1/accel.cpp b/src/gtk1/accel.cpp index 3a3d479635..3d161f1c31 100644 --- a/src/gtk1/accel.cpp +++ b/src/gtk1/accel.cpp @@ -2,7 +2,7 @@ // Name: accel.cpp // Purpose: // Author: Robert Roebling -// Id: $id$ +// Id: $id:$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -13,6 +13,8 @@ #include "wx/accel.h" +#if wxUSE_ACCEL + #include //----------------------------------------------------------------------------- @@ -87,3 +89,4 @@ int wxAcceleratorTable::GetCommand( wxKeyEvent &event ) return -1; } +#endif