summaryrefslogtreecommitdiff
path: root/ccss-gtk/ccss-gtk-grammar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ccss-gtk/ccss-gtk-grammar.c')
-rw-r--r--ccss-gtk/ccss-gtk-grammar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ccss-gtk/ccss-gtk-grammar.c b/ccss-gtk/ccss-gtk-grammar.c
index e1fe3c0..8cc8b7c 100644
--- a/ccss-gtk/ccss-gtk-grammar.c
+++ b/ccss-gtk/ccss-gtk-grammar.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <gtk/gtk.h>
#include <ccss-cairo/ccss-cairo.h>
+#include <ccss/ccss-function-impl.h>
#include "ccss-gtk-grammar.h"
#include "ccss-gtk-functions.h"
#include "ccss-gtk-property.h"
@@ -50,7 +51,7 @@ ccss_gtk_grammar_create (void)
ccss_gtk_property_set_fallback_class (fallback_property_class);
ccss_grammar_add_properties (self, ccss_gtk_property_get_property_classes ());
- ccss_grammar_add_functions (self, ccss_gtk_functions_get_vtable ());
+ ccss_grammar_add_functions (self, ccss_gtk_functions_peek_vtable ());
return self;
}