Added wxUSE_ACCEL guard.
Closes #11074. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b7081ff84f
commit
666db5d11c
@ -11,6 +11,8 @@
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#if wxUSE_ACCEL
|
||||
|
||||
#include "wx/accel.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
@ -106,4 +108,6 @@ int wxAcceleratorTable::GetCommand( wxKeyEvent &event )
|
||||
return -1;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_ACCEL
|
||||
|
Loading…
Reference in New Issue
Block a user