From 877106b027431c6edb2d2c702fa6d811dac3d250 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 16 Jun 2013 20:07:10 -0400 Subject: InputCommon: Split Device stuff out The ExpressionParser needs this to be out of here to prevent issues with cyclic references. --- Source/Core/InputCommon/Src/ControllerInterface/Android/Android.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/Src/ControllerInterface/Android/Android.cpp') diff --git a/Source/Core/InputCommon/Src/ControllerInterface/Android/Android.cpp b/Source/Core/InputCommon/Src/ControllerInterface/Android/Android.cpp index 6469945971..ef95f9b363 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/Android/Android.cpp +++ b/Source/Core/InputCommon/Src/ControllerInterface/Android/Android.cpp @@ -23,7 +23,7 @@ namespace ciface namespace Android { -void Init( std::vector& devices ) +void Init( std::vector& devices ) { devices.push_back(new Touchscreen()); } -- cgit v1.2.3