diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Wiimote')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Wiimote/Wiimote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Wiimote/Wiimote.cpp b/Source/Core/InputCommon/ControllerInterface/Wiimote/Wiimote.cpp index 34a169aa83..059138e52a 100644 --- a/Source/Core/InputCommon/ControllerInterface/Wiimote/Wiimote.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Wiimote/Wiimote.cpp @@ -48,7 +48,7 @@ public: { } - bool IsDetectable() override { return Detectable; } + bool IsDetectable() const override { return Detectable; } std::string GetName() const override { return m_name; } |
