diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp index 7393de9950..9dd8cdb6a9 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp @@ -166,7 +166,7 @@ void ControllerInterface::RefreshDevices(RefreshReason reason) InvokeDevicesChangedCallbacks(); } -void ControllerInterface::PlatformPopulateDevices(std::function<void()> callback) +void ControllerInterface::PlatformPopulateDevices(const std::function<void()>& callback) { if (!m_is_init) return; |
