]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktextsegment.h
Fix typos
[~andy/gtk] / gtk / gtktextsegment.h
index 691147b08ccd309378d807e0861198433b023e0d..394703b9d4d528b53fd2b1bf9ff990f0b9e92566 100644 (file)
@@ -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 */