From 14ee65b66a71fd8e9f873986305b78b135f0472c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Dec 2002 21:39:53 +0000 Subject: Data constness fixes. (#75754) --- gtk/gtkselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkselection.c') diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index e0bf168a4..bd5ac12d5 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -156,7 +156,7 @@ static GList *current_incrs = NULL; static GList *current_selections = NULL; static GdkAtom gtk_selection_atoms[LAST_ATOM]; -static const char *gtk_selection_handler_key = "gtk-selection-handlers"; +static const char gtk_selection_handler_key[] = "gtk-selection-handlers"; /**************** * Target Lists * -- cgit v1.2.1