summaryrefslogtreecommitdiff
path: root/rsvg-marker.c
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2006-02-06 04:41:56 +0000
committerDom Lachowicz <doml@src.gnome.org>2006-02-06 04:41:56 +0000
commit8de888596efd1cf206a474e262924bd3756a0609 (patch)
tree5b2d3503c1804c3899bb805ee78882583fcec609 /rsvg-marker.c
parentf6305a37c1451154029e090c666a8224b0a785a7 (diff)
downloadlibrsvg-8de888596efd1cf206a474e262924bd3756a0609.tar.gz
Export RsvgHandle and RsvgHandleClass to the outside world so you can
* rsvg.h: Export RsvgHandle and RsvgHandleClass to the outside world so you can subclass them * *.c: Changes necessary for ^^^
Diffstat (limited to 'rsvg-marker.c')
-rw-r--r--rsvg-marker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-marker.c b/rsvg-marker.c
index 13bd8191..7a334ced 100644
--- a/rsvg-marker.c
+++ b/rsvg-marker.c
@@ -48,7 +48,7 @@ rsvg_node_marker_set_atts (RsvgNode * self, RsvgHandle *ctx, RsvgPropertyBag *at
if ((value = rsvg_property_bag_lookup (atts, "id")))
{
id = value;
- rsvg_defs_register_name (ctx->defs, id, &marker->super);
+ rsvg_defs_register_name (ctx->priv->defs, id, &marker->super);
}
if ((value = rsvg_property_bag_lookup (atts, "class")))
klazz = value;