projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added the dbbrowse demo to the demo builds
[wxWidgets.git]
/
src
/
gtk
/
accel.cpp
diff --git
a/src/gtk/accel.cpp
b/src/gtk/accel.cpp
index c398e19e4c4e280ea14fdb68f52fe6f237df4908..9b861acb2042ab792355728057b49586b5ed8a8b 100644
(file)
--- a/
src/gtk/accel.cpp
+++ b/
src/gtk/accel.cpp
@@
-24,9
+24,9
@@
class wxAccelRefData: public wxObjectRefData
{
public:
- wxAccelRefData();
+
wxAccelRefData();
- wxList m_accels;
+
wxList m_accels;
};
wxAccelRefData::wxAccelRefData()