summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-11-20 13:07:45 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-03-10 16:58:42 +0000
commit1c3cba5726efb40e732e036e4ee637e7fb496b31 (patch)
tree8ede4dd800d16f053c382f92b0b901acdb8ba908
parent5698295ab280ab2a5862c8b631ebec5f3a2a800f (diff)
downloadlibrest-1c3cba5726efb40e732e036e4ee637e7fb496b31.tar.gz
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
-rw-r--r--rest/rest-param.h2
1 files changed, 1 insertions, 1 deletions
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: