summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 06:05:12 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 06:05:12 +0000
commit56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5 (patch)
tree63e0a6f00e72f1a5b7fc4fe38dfdfc966e8d03a4 /src/live_effects
parentSPDocument->Document (diff)
downloadinkscape-56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5.tar.gz
inkscape-56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5.zip
SPDocument->Document
(bzr r8406)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpeobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpeobject.h b/src/live_effects/lpeobject.h
index dc631a5c1..842b84c45 100644
--- a/src/live_effects/lpeobject.h
+++ b/src/live_effects/lpeobject.h
@@ -49,7 +49,7 @@ public:
private:
static void livepatheffect_class_init(LivePathEffectObjectClass *klass);
static void livepatheffect_init(LivePathEffectObject *stop);
- static void livepatheffect_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr);
+ static void livepatheffect_build(SPObject *object, Document *document, Inkscape::XML::Node *repr);
static void livepatheffect_release(SPObject *object);
static void livepatheffect_set(SPObject *object, unsigned key, gchar const *value);
static Inkscape::XML::Node *livepatheffect_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags);