summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylepropertyprivate.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-12-07 11:34:49 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2012-12-07 11:35:06 -0500
commitb855e91f7ac3770d4cab1cb21ca5146c56457fe0 (patch)
tree1841a260c691624be6ab21baae2f9236ff47221b /gtk/gtkcssstylepropertyprivate.h
parent9d31a04d129d7bc10f5b5e1922ee919c0063212c (diff)
downloadgtk+-b855e91f7ac3770d4cab1cb21ca5146c56457fe0.tar.gz
build: fix some GCC warnings
Diffstat (limited to 'gtk/gtkcssstylepropertyprivate.h')
-rw-r--r--gtk/gtkcssstylepropertyprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkcssstylepropertyprivate.h b/gtk/gtkcssstylepropertyprivate.h
index 342cdb712c..fb851899eb 100644
--- a/gtk/gtkcssstylepropertyprivate.h
+++ b/gtk/gtkcssstylepropertyprivate.h
@@ -85,7 +85,8 @@ void _gtk_css_style_property_print_value (GtkCssStyleProp
gboolean _gtk_css_style_property_changes_affect_size
(const GtkBitmask *changes);
-
+gboolean _gtk_css_style_property_changes_affect_font
+ (const GtkBitmask *changes);
G_END_DECLS