summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Core/Core/HW/WiimoteReal/IOWin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp
index af442355cd..63b3123d6e 100644
--- a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp
+++ b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp
@@ -158,7 +158,7 @@ static std::optional<std::string> GetParentDeviceDescription(const WCHAR* hid_if
return std::nullopt;
}
-void EnumerateRadios(std::invocable<EnumerationControl(HANDLE)> auto&& enumeration_callback)
+void EnumerateRadios(std::invocable<HANDLE> auto&& enumeration_callback)
{
constexpr BLUETOOTH_FIND_RADIO_PARAMS radio_params{
.dwSize = sizeof(radio_params),