Add override
This commit is contained in:
parent
87f09131aa
commit
8c5f26373b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class GtkMessageBox : public NativeWindowObserver {
|
||||||
Show();
|
Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnWindowClosed() {
|
void OnWindowClosed() override {
|
||||||
parent_->RemoveObserver(this);
|
parent_->RemoveObserver(this);
|
||||||
parent_ = nullptr;
|
parent_ = nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue