fix typo in LookupKey defn

svn: r3696
This commit is contained in:
Matthew Flatt 2006-07-13 12:37:19 +00:00
parent 38d5a59a3c
commit a4ea07d862

View File

@ -193,7 +193,7 @@ protected:
static void WindowEventHandler(Widget w, wxWindow **win,
XEvent *ev, Boolean *continue_to_dispatch_return);
static void ScrollEventHandler(Widget w, wxWindow **win, XtPointer p_XfwfScrollInfo);
static Status wxWindow::LookupKey(int unshifted, Widget w, wxWindow *win, XEvent *xev, KeySym *_keysym, char *s, int *_len);
static Status LookupKey(int unshifted, Widget w, wxWindow *win, XEvent *xev, KeySym *_keysym, char *s, int *_len);
void RegisterAll(Widget ww);
# endif
protected: