diff options
| -rw-r--r-- | plugingui/nativewindow_x11.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index 63381d3..b0188e1 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.cc @@ -378,7 +378,7 @@ Event* NativeWindowX11::peekNextEvent()  	return translateXMessage(peekXEvent, true);  } -	Event* NativeWindowX11::translateXMessage(XEvent& xevent, bool peek) +Event* NativeWindowX11::translateXMessage(XEvent& xevent, bool peek)  {  	Event* event = nullptr; | 
