diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-17 15:13:41 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-17 15:15:15 -0400 |
| commit | c3332604fa2e8dd7b41d8f28883fe3606261db32 (patch) | |
| tree | 843f471a716167c0eefcee1bd6e0fcaee5e33574 /Source/Core/InputCommon/ControllerInterface/ForceFeedback | |
| parent | 7681d7b67aab3861014028833ba6cb7cbadfc691 (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.h | 2 |
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: |
