projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SQL Server and (preliminary) DB2 support added
[wxWidgets.git]
/
include
/
wx
/
stubs
/
frame.h
diff --git
a/include/wx/stubs/frame.h
b/include/wx/stubs/frame.h
index 64ec0d6cd19dc4e6ee01918b2c0433ccd350197e..540caf249e41cd0fd4d5a1948985d1a71fd706b0 100644
(file)
--- a/
include/wx/stubs/frame.h
+++ b/
include/wx/stubs/frame.h
@@
-18,7
+18,10
@@
#include "wx/window.h"
#include "wx/toolbar.h"
+
+#if wxUSE_ACCEL
#include "wx/accel.h"
+#endif
WXDLLEXPORT_DATA(extern const char*) wxFrameNameStr;
WXDLLEXPORT_DATA(extern const char*) wxToolBarNameStr;