diff --git a/Source/Core/Core/HW/Wiimote.cpp b/Source/Core/Core/HW/Wiimote.cpp index e992cf2266..0e0d3f9f78 100644 --- a/Source/Core/Core/HW/Wiimote.cpp +++ b/Source/Core/Core/HW/Wiimote.cpp @@ -23,7 +23,7 @@ #include "InputCommon/InputConfig.h" // Limit the amount of wiimote connect requests, when a button is pressed in disconnected state -static std::array s_last_connect_request_counter; +static std::array s_last_connect_request_counter; namespace Wiimote {