mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user