Add override to SetAutoHideCursor signature
This commit is contained in:
parent
18c49285a8
commit
3ec0e2f132
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
void SetVisibleOnAllWorkspaces(bool visible) override;
|
||||
bool IsVisibleOnAllWorkspaces() override;
|
||||
|
||||
void SetAutoHideCursor(bool auto_hide);
|
||||
void SetAutoHideCursor(bool auto_hide) override;
|
||||
|
||||
void SetVibrancy(const std::string& type) override;
|
||||
|
||||
|
|
Loading…
Reference in a new issue