summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextbuffer.h')
-rw-r--r--gtk/gtktextbuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextbuffer.h b/gtk/gtktextbuffer.h
index c84c3b6c77..fd1131410a 100644
--- a/gtk/gtktextbuffer.h
+++ b/gtk/gtktextbuffer.h
@@ -86,9 +86,9 @@ struct _GtkTextBuffer
guint GSEAL (user_action_count);
/* Whether the buffer has been modified since last save */
- guint GSEAL (modified : 1);
+ guint GSEAL (modified) : 1;
- guint GSEAL (has_selection : 1);
+ guint GSEAL (has_selection) : 1;
};
struct _GtkTextBufferClass