summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-10-08 17:50:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-10-08 15:53:46 +0000
commit16a8c0dd29a7014e4a4d161d407ea18d497b4579 (patch)
treec57695cc480db6486731accd586c9401d91e3480
parentf5355a60e531f1590f8c0deae4895f25087a9c08 (diff)
dinput: fix mingw-w64
-rw-r--r--dinput/keybinding-worker.cpp2
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;
}
}