diff options
Diffstat (limited to 'views/widget/widget_gtk.h')
-rw-r--r-- | views/widget/widget_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h index 28cf8be..61a85d9 100644 --- a/views/widget/widget_gtk.h +++ b/views/widget/widget_gtk.h @@ -129,7 +129,7 @@ class WidgetGtk : public Widget, public MessageLoopForUI::Observer { } virtual gboolean OnGrabBrokeEvent(GtkWidget* widget, GdkEvent* event); virtual void OnGrabNotify(GtkWidget* widget, gboolean was_grabbed); - virtual void OnDestroy(GtkWidget* widget); + virtual void OnDestroy(); // Returns whether capture should be released on mouse release. The default // is true. |