[gedit/wip/spell-checking: 3/3] auto-spell: misc code improvements
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/spell-checking: 3/3] auto-spell: misc code improvements
- Date: Sun, 12 Jul 2015 09:29:58 +0000 (UTC)
commit 23103d1c061f326b93f82bad31751510a6780e1c
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Jul 11 17:53:46 2015 +0200
auto-spell: misc code improvements
plugins/spell/gedit-automatic-spell-checker.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/spell/gedit-automatic-spell-checker.c b/plugins/spell/gedit-automatic-spell-checker.c
index 96b24ca..597ef09 100644
--- a/plugins/spell/gedit-automatic-spell-checker.c
+++ b/plugins/spell/gedit-automatic-spell-checker.c
@@ -63,8 +63,8 @@ view_destroy (GeditView *view,
static void
check_word (GeditAutomaticSpellChecker *spell,
- GtkTextIter *start,
- GtkTextIter *end)
+ const GtkTextIter *start,
+ const GtkTextIter *end)
{
gchar *word;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]