projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compilation without wxUSE_STREAMS (closes #10900)
[wxWidgets.git]
/
src
/
palmos
/
accel.cpp
diff --git
a/src/palmos/accel.cpp
b/src/palmos/accel.cpp
index e6f57eac06360fb302536c9ff65badefbc968aee..0171a66b974710d117dc54ae7fa6fc3a135f1a57 100644
(file)
--- a/
src/palmos/accel.cpp
+++ b/
src/palmos/accel.cpp
@@
-40,7
+40,7
@@
protected:
HACCEL m_hAccel;
bool m_ok;
- DECLARE_NO_COPY_CLASS(wxAcceleratorRefData)
+ wxDECLARE_NO_COPY_CLASS(wxAcceleratorRefData);
};
#define M_ACCELDATA ((wxAcceleratorRefData *)m_refData)