summaryrefslogtreecommitdiff
path: root/gtk/css/gtkcsssection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/css/gtkcsssection.c')
-rw-r--r--gtk/css/gtkcsssection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/css/gtkcsssection.c b/gtk/css/gtkcsssection.c
index 02ab970b61..3bdee6359e 100644
--- a/gtk/css/gtkcsssection.c
+++ b/gtk/css/gtkcsssection.c
@@ -23,7 +23,7 @@
struct _GtkCssSection
{
- gint ref_count;
+ int ref_count;
GtkCssSection *parent;
GFile *file;
GtkCssLocation start_location;