mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05: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