summaryrefslogtreecommitdiff
path: root/rsvg-defs.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-defs.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-defs.c')
-rw-r--r--rsvg-defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-defs.c b/rsvg-defs.c
index 41b10a48..67dee653 100644
--- a/rsvg-defs.c
+++ b/rsvg-defs.c
@@ -113,7 +113,7 @@ rsvg_defs_extern_lookup (const RsvgDefs *defs, const char *filename, const char
}
if (file != NULL)
- return (RsvgNode *)g_hash_table_lookup (file->defs->hash, name);
+ return (RsvgNode *)g_hash_table_lookup (file->priv->defs->hash, name);
else
return NULL;
}