From 08b923a1639e5545a700e5cf231c362ae9906d9d Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Fri, 28 Jan 2011 21:27:49 +0000 Subject: Fix OS X build. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6951 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp') diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp index 69e340d4f5..26c2d34474 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp @@ -470,7 +470,7 @@ void ControllerInterface::UpdateReference(ControllerInterface::ControlReference* else if ('`' == c) { // different device - if (false == std::getline(ss, dev_str, '`')) + if (false == /*XXX*/(bool)std::getline(ss, dev_str, '`')) break; } else -- cgit v1.2.3