Code

Line-end fix
[inkscape.git] / src / sp-feimage.h
index cf80a31666fd15ef60fde8f9703004ec60da0b80..d66a4fb770594608fc6241213512df86a077fd42 100644 (file)
@@ -17,6 +17,7 @@
 #include "sp-filter.h"
 #include "sp-feimage-fns.h"
 #include "svg/svg-length.h"
+#include "sp-item.h"
 
 /* FeImage base class */
 class SPFeImageClass;
@@ -26,6 +27,8 @@ struct SPFeImage : public SPFilterPrimitive {
     gchar *href;
     SVGLength x, y, height, width;
     SPDocument *document;
+    bool from_element;
+    SPItem* SVGElem;
 };
 
 struct SPFeImageClass {