Code

SPDocument->Document
[inkscape.git] / src / extension / patheffect.h
index 0c00ae093ab8a783ea6e90a90eb59239029722fc..7ad87504849ab1e73cca68dcc7a5d19fa33f00ad 100644 (file)
@@ -22,10 +22,10 @@ public:
                  PathEffect  (Inkscape::XML::Node * in_repr,
                               Implementation::Implementation * in_imp);
     virtual     ~PathEffect  (void);
-    void         processPath (SPDocument * doc,
+    void         processPath (Document * doc,
                               Inkscape::XML::Node * path,
                               Inkscape::XML::Node * def);
-    static void  processPathEffects (SPDocument * doc,
+    static void  processPathEffects (Document * doc,
                                      Inkscape::XML::Node * path);
 }; /* PathEffect */