Pass arguments instance through the chain in order to throw error
This commit is contained in:
parent
e84d7c0cda
commit
5336b4a89c
6 changed files with 14 additions and 8 deletions
|
@ -109,7 +109,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
void MergeAllWindows() override;
|
||||
void MoveTabToNewWindow() override;
|
||||
void ToggleTabBar() override;
|
||||
void AddTabbedWindow(NativeWindow* window) override;
|
||||
void AddTabbedWindow(NativeWindow* window, mate::Arguments* args) override;
|
||||
|
||||
void SetVibrancy(const std::string& type) override;
|
||||
void SetTouchBar(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue