diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-07 11:34:49 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-07 11:35:06 -0500 |
commit | b855e91f7ac3770d4cab1cb21ca5146c56457fe0 (patch) | |
tree | 1841a260c691624be6ab21baae2f9236ff47221b /gtk/gtkcssstylepropertyprivate.h | |
parent | 9d31a04d129d7bc10f5b5e1922ee919c0063212c (diff) | |
download | gtk+-b855e91f7ac3770d4cab1cb21ca5146c56457fe0.tar.gz |
build: fix some GCC warnings
Diffstat (limited to 'gtk/gtkcssstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkcssstylepropertyprivate.h | 3 |
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 |