projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better dummy implementation of IsInput/ErrorAvailable() (it's still wrong but now...
[wxWidgets.git]
/
src
/
generic
/
accel.cpp
diff --git
a/src/generic/accel.cpp
b/src/generic/accel.cpp
index ff0483376b0ad01b2af60abc5b8fc45961277b7a..bede8f488c4f5e5ef0c189cd26a7a97d334c11fd 100644
(file)
--- a/
src/generic/accel.cpp
+++ b/
src/generic/accel.cpp
@@
-86,7
+86,7
@@
wxAcceleratorTable::wxAcceleratorTable()
{
}
-wxAcceleratorTable::wxAcceleratorTable(int n, wxAcceleratorEntry entries[])
+wxAcceleratorTable::wxAcceleratorTable(int n,
const
wxAcceleratorEntry entries[])
{
m_refData = new wxAccelRefData;