X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-feblend.h;h=f6f71b892df50f3a9779ea5c2f36729bba9a75f9;hb=b752616506705efd28f22c4d852d198ff40c7026;hp=90ab8967f589dd05a7eeacd92db593464cffc70c;hpb=cfed8dd91c0f5615fdcafa903781b0ad3d9759e5;p=inkscape.git diff --git a/src/sp-feblend.h b/src/sp-feblend.h index 90ab8967f..f6f71b892 100644 --- a/src/sp-feblend.h +++ b/src/sp-feblend.h @@ -25,6 +25,7 @@ class SPFeBlendClass; struct SPFeBlend : public SPFilterPrimitive { /** BLEND ATTRIBUTES HERE */ NR::FilterBlendMode blend_mode; + int in2; }; struct SPFeBlendClass {