From 1c3cba5726efb40e732e036e4ee637e7fb496b31 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 20 Nov 2013 13:07:45 +0000 Subject: Fix the expansion of the REST_TYPE_PARAM macro And this, kids, is why patches ought to be reviewed. https://bugzilla.gnome.org/show_bug.cgi?id=712747 --- rest/rest-param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/rest-param.h b/rest/rest-param.h index 8e72f97..066a6af 100644 --- a/rest/rest-param.h +++ b/rest/rest-param.h @@ -30,7 +30,7 @@ G_BEGIN_DECLS -#define REST_TYPE_PARAM (gtk_css_section_get_type ()) +#define REST_TYPE_PARAM (rest_param_get_type ()) /** * RestMemoryUse: -- cgit v1.2.3