summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-03-06 14:35:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-07 00:48:19 +0100
commit1ce72593df9ab690ae4666160ec47494d1cd9a07 (patch)
treede175099c2ee1f58b87fd80145c28abe5c4aa82d /vcl/unx
parent5f618375a5360160e67f6aac4aece90ab218c081 (diff)
wrong row-activated callback signature
Change-Id: Ic757051aba2b71b0c0a785dc06f87d12c736862a Reviewed-on: https://gerrit.libreoffice.org/50848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 5ce282bd5362..b3071c9a4ee4 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -1952,7 +1952,7 @@ private:
pThis->signal_changed();
}
- static void signalRowActivated(GtkTreeView*, gpointer widget)
+ static void signalRowActivated(GtkTreeView*, GtkTreePath*, GtkTreeViewColumn*, gpointer widget)
{
GtkInstanceTreeView* pThis = static_cast<GtkInstanceTreeView*>(widget);
pThis->signal_row_activated();