X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-fecolormatrix.h;h=e091a0725282d2d84abc65db41d53fc34897aeb1;hb=ab7ec22659c6d349267635a500d10f657929c9e9;hp=bf04c54891fd2541f6c5e58ba12138ccde83f4fc;hpb=0ef926ae59e9cffb15ca7cb8d7de20c2b74807ef;p=inkscape.git diff --git a/src/sp-fecolormatrix.h b/src/sp-fecolormatrix.h index bf04c5489..e091a0725 100644 --- a/src/sp-fecolormatrix.h +++ b/src/sp-fecolormatrix.h @@ -15,6 +15,7 @@ #include "sp-filter.h" #include "sp-fecolormatrix-fns.h" +#include "display/nr-filter-colormatrix.h" #include /* FeColorMatrix base class */ @@ -22,7 +23,7 @@ class SPFeColorMatrixClass; struct SPFeColorMatrix : public SPFilterPrimitive { /** COLORMATRIX ATTRIBUTES HERE */ - int type; + NR::FilterColorMatrixType type; gdouble value; std::vector values; };