projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix (no C++ comments in C files, include/wx/expr.hsrc/msw/textctrl.cpp...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
accel.h
diff --git
a/include/wx/gtk/accel.h
b/include/wx/gtk/accel.h
index a60eb15e981ee4d14e609dbea1ac9509655d9769..51efa101f7d126b6ff0647e210b5b7b254e627e3 100644
(file)
--- a/
include/wx/gtk/accel.h
+++ b/
include/wx/gtk/accel.h
@@
-96,8
+96,9
@@
public:
bool Ok() const;
-// implementation
-
+ // implementation
+ // --------------
+
int GetCommand( wxKeyEvent &event );
private: