diff options
| -rw-r--r-- | src/input_common/sdl/sdl.cpp | 2 |
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( | |||
| 425 | pollers.push_back(std::make_unique<SDLButtonPoller>()); | 425 | pollers.push_back(std::make_unique<SDLButtonPoller>()); |
| 426 | break; | 426 | break; |
| 427 | } | 427 | } |
| 428 | return std::move(pollers); | 428 | return pollers; |
| 429 | } | 429 | } |
| 430 | } // namespace Polling | 430 | } // namespace Polling |
| 431 | } // namespace SDL | 431 | } // namespace SDL |