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-chat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-chat.h') diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index ea98211a1..5af9d609b 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -79,8 +79,8 @@ void empathy_chat_cut (EmpathyChat *chat); void empathy_chat_copy (EmpathyChat *chat); void empathy_chat_paste (EmpathyChat *chat); void empathy_chat_correct_word (EmpathyChat *chat, - GtkTextIter start, - GtkTextIter end, + GtkTextIter *start, + GtkTextIter *end, const gchar *new_word); G_END_DECLS -- cgit v1.2.3