From 7a3cba8580ab1fcfd1bcb04b18007a69b9785a4d Mon Sep 17 00:00:00 2001 From: SamGondelman Date: Mon, 6 Jun 2016 17:06:59 -0700 Subject: [PATCH] warning be gone --- plugins/hifiSdl2/src/Joystick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hifiSdl2/src/Joystick.cpp b/plugins/hifiSdl2/src/Joystick.cpp index 69c83e5d23..aa6b358d38 100644 --- a/plugins/hifiSdl2/src/Joystick.cpp +++ b/plugins/hifiSdl2/src/Joystick.cpp @@ -25,7 +25,7 @@ Joystick::Joystick(SDL_JoystickID instanceId, SDL_GameController* sdlGameControl _instanceId(instanceId) { if (!_sdlHaptic) { - qDebug() << SDL_GetError(); + qDebug() << QString(SDL_GetError()); } SDL_HapticRumbleInit(_sdlHaptic); }