diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-08 17:50:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-08 15:53:46 +0000 |
commit | 16a8c0dd29a7014e4a4d161d407ea18d497b4579 (patch) | |
tree | c57695cc480db6486731accd586c9401d91e3480 /dinput | |
parent | f5355a60e531f1590f8c0deae4895f25087a9c08 (diff) |
dinput: fix mingw-w64
Diffstat (limited to 'dinput')
-rw-r--r-- | dinput/keybinding-worker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp index 8ef99921..a16432ae 100644 --- a/dinput/keybinding-worker.cpp +++ b/dinput/keybinding-worker.cpp @@ -240,7 +240,7 @@ void KeybindingWorker::remove_receiver(KeybindingWorker::fun* pos) } if (!ok) { - qDebug() << "bad remove receiver" << (long) pos; + qDebug() << "bad remove receiver" << (void*) pos; } } |