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();
|
||||
}
|
||||
|
||||
void OnWindowClosed() {
|
||||
void OnWindowClosed() override {
|
||||
parent_->RemoveObserver(this);
|
||||
parent_ = nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue