diff options
Diffstat (limited to 'libempathy-gtk/empathy-spell-dialog.h')
-rw-r--r-- | libempathy-gtk/empathy-spell-dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |