From a4ea07d8628f5dfa53d41006ea139dab2d874ac0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 13 Jul 2006 12:37:19 +0000 Subject: [PATCH] fix typo in LookupKey defn svn: r3696 --- src/wxxt/src/Windows/Window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wxxt/src/Windows/Window.h b/src/wxxt/src/Windows/Window.h index b084991f98..d1ef9f34ae 100644 --- a/src/wxxt/src/Windows/Window.h +++ b/src/wxxt/src/Windows/Window.h @@ -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: