ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX

This commit is contained in:
Lioncash
2015-09-17 15:13:41 -04:00
parent 7681d7b67a
commit c3332604fa
3 changed files with 19 additions and 17 deletions

View File

@ -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: