Browse Source

Add override

Kevin Sawicki 8 years ago
parent
commit
8c5f26373b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/browser/ui/message_box_gtk.cc

+ 1 - 1
atom/browser/ui/message_box_gtk.cc

@@ -148,7 +148,7 @@ class GtkMessageBox : public NativeWindowObserver {
     Show();
   }
 
-  void OnWindowClosed() {
+  void OnWindowClosed() override {
     parent_->RemoveObserver(this);
     parent_ = nullptr;
   }