GtkCssProvider: Fix compile warning.

This commit is contained in:
Carlos Garnacho 2010-06-25 18:46:59 +02:00
parent 1d4687675f
commit 2cd4ff4215

View File

@ -84,7 +84,7 @@ struct SelectorStyleInfo
struct GtkCssProviderPrivate
{
GScanner *scanner;
const gchar *filename;
gchar *filename;
GPtrArray *selectors_info;