get rid of const warnings
authorNils Philippsen <nils@tiptoe.de>
Thu, 2 Jan 2014 13:15:18 +0000 (14:15 +0100)
committerNils Philippsen <nils@tiptoe.de>
Fri, 3 Jan 2014 17:11:30 +0000 (18:11 +0100)
libs/clearlooks-newer/clearlooks_rc_style.c

index c9a30ff6b4877f9d5e9d4ba16cbc92bcc8cff589..9f8fbd4945273f47b11c5b7092232fbc6be1c0d8 100644 (file)
@@ -306,7 +306,7 @@ clearlooks_gtk2_rc_parse_style (GtkSettings      *settings,
 static guint
 clearlooks_gtk2_rc_parse_dummy (GtkSettings      *settings,
                                 GScanner         *scanner,
-                                gchar            *name)
+                                const gchar      *name)
 {
        (void) settings;