From cf9db498487ea9b2bfb3f9f748125f9b9cc9b931 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 25 Apr 2008 10:52:14 +0000 Subject: Do not give a struct as a parameter by value. (Alban Crequy). svn path=/trunk/; revision=1047 --- libempathy-gtk/empathy-spell-dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-spell-dialog.h') diff --git a/libempathy-gtk/empathy-spell-dialog.h b/libempathy-gtk/empathy-spell-dialog.h index e6d2e4c7a..ce0218812 100644 --- a/libempathy-gtk/empathy-spell-dialog.h +++ b/libempathy-gtk/empathy-spell-dialog.h @@ -30,8 +30,8 @@ G_BEGIN_DECLS void empathy_spell_dialog_show (EmpathyChat *chat, - GtkTextIter start, - GtkTextIter end, + GtkTextIter *start, + GtkTextIter *end, const gchar *word); G_END_DECLS -- cgit v1.2.3