summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-01-18 00:44:16 +0100
committerLioncash <mathew1800@gmail.com>2018-01-18 00:44:16 +0100
commited296e47f1f781ae644926dd48b751a1546951a4 (patch)
tree04623bdf1c8fb02349a828595f9b10951ca5aae0
parentMerge pull request #73 from N00byKing/3093 (diff)
downloadyuzu-ed296e47f1f781ae644926dd48b751a1546951a4.tar
yuzu-ed296e47f1f781ae644926dd48b751a1546951a4.tar.gz
yuzu-ed296e47f1f781ae644926dd48b751a1546951a4.tar.bz2
yuzu-ed296e47f1f781ae644926dd48b751a1546951a4.tar.lz
yuzu-ed296e47f1f781ae644926dd48b751a1546951a4.tar.xz
yuzu-ed296e47f1f781ae644926dd48b751a1546951a4.tar.zst
yuzu-ed296e47f1f781ae644926dd48b751a1546951a4.zip
-rw-r--r--src/input_common/sdl/sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl.cpp b/src/input_common/sdl/sdl.cpp
index 88b557c5d..3b87d6b65 100644
--- a/src/input_common/sdl/sdl.cpp
+++ b/src/input_common/sdl/sdl.cpp
@@ -425,7 +425,7 @@ std::vector<std::unique_ptr<InputCommon::Polling::DevicePoller>> GetPollers(
pollers.push_back(std::make_unique<SDLButtonPoller>());
break;
}
- return std::move(pollers);
+ return pollers;
}
} // namespace Polling
} // namespace SDL