diff options
Diffstat (limited to 'gtk/gtktextsegment.h')
-rw-r--r-- | gtk/gtktextsegment.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktextsegment.h b/gtk/gtktextsegment.h index 691147b08c..394703b9d4 100644 --- a/gtk/gtktextsegment.h +++ b/gtk/gtktextsegment.h @@ -131,10 +131,10 @@ struct _GtkTextLineSegmentClass { */ struct _GtkTextLineSegment { - GtkTextLineSegmentClass *type; /* Pointer to record describing - * segment's type. */ - GtkTextLineSegment *next; /* Next in list of segments for this - * line, or NULL for end of list. */ + const GtkTextLineSegmentClass *type; /* Pointer to record describing + * segment's type. */ + GtkTextLineSegment *next; /* Next in list of segments for this + * line, or NULL for end of list. */ int char_count; /* # of chars of index space occupied */ |