projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added wxCURSOR_ARROWWAIT which is the default arrow+hourglass cursor
[wxWidgets.git]
/
src
/
stubs
/
accel.cpp
diff --git
a/src/stubs/accel.cpp
b/src/stubs/accel.cpp
index 707ba496ffc769ef1b22793a8ae6efe22e19aac3..f8796e111a18c8818e43fc86349a269e76f7f7cc 100644
(file)
--- a/
src/stubs/accel.cpp
+++ b/
src/stubs/accel.cpp
@@
-15,10
+15,9
@@
#include "wx/setup.h"
#include "wx/accel.h"
+#include "wx/string.h"
-#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxAcceleratorTable, wxObject)
-#endif
class WXDLLEXPORT wxAcceleratorRefData: public wxObjectRefData
{