summaryrefslogtreecommitdiff
path: root/examples/test-xml.c
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-12 13:42:32 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-12 13:42:32 +0100
commit18bce68c8e54032f2d7e78a8484ac892ba3ebd5a (patch)
treedc4ca333f70c5a5031949c151216278f8aa210bd /examples/test-xml.c
parent1c50ef35392b06a187b252d1976e662af3e7f6be (diff)
downloadlibrest-18bce68c8e54032f2d7e78a8484ac892ba3ebd5a.tar.gz
Fix compile warnings with const error
Diffstat (limited to 'examples/test-xml.c')
-rw-r--r--examples/test-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test-xml.c b/examples/test-xml.c
index c7ec853..f8460db 100644
--- a/examples/test-xml.c
+++ b/examples/test-xml.c
@@ -84,7 +84,7 @@ _rest_xml_node_output (RestXmlNode *node, gint depth)
static void
proxy_call_raw_async_cb (RestProxyCall *call,
- GError *error,
+ const GError *error,
GObject *weak_object,
gpointer userdata)
{