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
|
@ -336,7 +336,7 @@ void NativeWindow::MoveTabToNewWindow() {
|
|||
void NativeWindow::ToggleTabBar() {
|
||||
}
|
||||
|
||||
void NativeWindow::AddTabbedWindow(NativeWindow* window) {
|
||||
void NativeWindow::AddTabbedWindow(NativeWindow* window, mate::Arguments* args) {
|
||||
}
|
||||
|
||||
void NativeWindow::SetVibrancy(const std::string& filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue