fix crash when using space mouse on Windows and built with Qt5

This commit is contained in:
wmayer
2018-04-25 10:58:14 +02:00
parent 31c4b71ced
commit 2111fc0a3d

View File

@@ -70,7 +70,7 @@ namespace Gui
{
public:
typedef bool (*EventFilter)(void *message, long *result);
RawInputEventFilter(EventFilter) {
RawInputEventFilter(EventFilter filter) : eventFilter(filter) {
}
virtual ~RawInputEventFilter() {
}