projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f0913
)
Add override
author
Kevin Sawicki
<kevinsawicki@gmail.com>
Wed, 21 Dec 2016 00:21:48 +0000
(16:21 -0800)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 22 Dec 2016 17:33:21 +0000
(09:33 -0800)
atom/browser/ui/message_box_gtk.cc
patch
|
blob
|
history
diff --git
a/atom/browser/ui/message_box_gtk.cc
b/atom/browser/ui/message_box_gtk.cc
index b7406e1416278a4a06f0240e074fd116881647d5..f0ebc705b5538c419a207f908f3a931b5c596019 100644
(file)
--- a/
atom/browser/ui/message_box_gtk.cc
+++ b/
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;
}