summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ForceFeedback
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-17 15:13:41 -0400
committerLioncash <mathew1800@gmail.com>2015-09-17 15:15:15 -0400
commitc3332604fa2e8dd7b41d8f28883fe3606261db32 (patch)
tree843f471a716167c0eefcee1bd6e0fcaee5e33574 /Source/Core/InputCommon/ControllerInterface/ForceFeedback
parent7681d7b67aab3861014028833ba6cb7cbadfc691 (diff)
ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ForceFeedback')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h
index 57364bd160..f49198f037 100644
--- a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h
+++ b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h
@@ -33,7 +33,7 @@ private:
~Force();
std::string GetName() const override;
- void SetState(ControlState state);
+ void SetState(ControlState state) override;
void Update();
void Stop();
private: