Code

fix 198818
[inkscape.git] / src / sp-feblend.h
index 90ab8967f589dd05a7eeacd92db593464cffc70c..f6f71b892df50f3a9779ea5c2f36729bba9a75f9 100644 (file)
@@ -25,6 +25,7 @@ class SPFeBlendClass;
 struct SPFeBlend : public SPFilterPrimitive {
     /** BLEND ATTRIBUTES HERE */
     NR::FilterBlendMode blend_mode;
+    int in2;
 };
 
 struct SPFeBlendClass {