diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-30 14:28:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-30 21:46:02 +0200 |
commit | 86372bf5f62aea48cb3b68d30e81597a0dac9cc2 (patch) | |
tree | c27da20b358863b9e9642ff2fa75bc3313eb4bd3 /vcl/inc/unx | |
parent | 5e865370530a71eb966d2fbfc2fdfffc34d2e1b9 (diff) |
tdf#143113 fix crash in dnd
Change-Id: Ifab741494e4cc6e51ca4cd89b57c3600d80dca44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118163
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx index a293662791ae..5fb0b67b2b8f 100644 --- a/vcl/inc/unx/gtk/gtkinst.hxx +++ b/vcl/inc/unx/gtk/gtkinst.hxx @@ -176,7 +176,7 @@ public: gboolean signalDragDrop(GtkDropTargetAsync *context, GdkDrop *drop, double x, double y); #endif - void signalDragLeave(); + void signalDragLeave(GtkWidget* pWidget); #if !GTK_CHECK_VERSION(4, 0, 0) void signalDragDropReceived(GtkWidget* pWidget, GdkDragContext* context, gint x, gint y, GtkSelectionData* data, guint ttype, guint time); |