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: