Code

Fix for bug #455302 and bug #165529, also partially fixes bounding box of various...
[inkscape.git] / src / display / nr-filter-image.h
index 6fbc5d7ebbf0d0048edbe97df420930733681d90..f3565ef9f756899b5455f198f1c236b794434fd7 100644 (file)
@@ -29,14 +29,14 @@ public:
 
     virtual int render(FilterSlot &slot, FilterUnits const &units);
     virtual FilterTraits get_input_traits();
-    void set_document( Document *document );
+    void set_document( SPDocument *document );
     void set_href(const gchar *href);
     void set_region(SVGLength x, SVGLength y, SVGLength width, SVGLength height);
     bool from_element;
     SPItem* SVGElem;
 
 private:
-    Document *document;
+    SPDocument *document;
     gchar *feImageHref;
     guint8* image_pixbuf;
     Glib::RefPtr<Gdk::Pixbuf> image;