diff options
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index ac9b082fdb..4fa30a37d9 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -66,10 +66,11 @@ struct _GtkSelectionData GdkDisplay *GSEAL (display); }; -struct _GtkTargetEntry { - gchar *target; - guint flags; - guint info; +struct _GtkTargetEntry +{ + const gchar *target; + guint flags; + guint info; }; /* These structures not public, and are here only for the convenience of |