[librest] Fix the expansion of the REST_TYPE_PARAM macro



commit 1c3cba5726efb40e732e036e4ee637e7fb496b31
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Nov 20 13:07:45 2013 +0000

    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 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]