From 9890d66b406b2fd021ff2cf4a74f665a82303a30 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 18 Aug 2011 19:37:07 -0500 Subject: [PATCH] fix compile --- src/RageInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RageInput.cpp b/src/RageInput.cpp index 5f71e80619..38fbc11d41 100644 --- a/src/RageInput.cpp +++ b/src/RageInput.cpp @@ -66,7 +66,7 @@ void RageInput::LoadDrivers() // If no input devices are loaded, the user won't be able to input anything. if( apDevices.size() == 0 ) - LOG->Warn( NO_INPUT_DEVICES_LOADED ); + LOG->Warn( NO_INPUT_DEVICES_LOADED.GetValue() ); } void RageInput::Update()