Code

Corrected the parenting of the browse dialog, so that it cannot fall underneath the...
[inkscape.git] / src / sp-fecolormatrix.h
index bf04c54891fd2541f6c5e58ba12138ccde83f4fc..e091a0725282d2d84abc65db41d53fc34897aeb1 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "sp-filter.h"
 #include "sp-fecolormatrix-fns.h"
+#include "display/nr-filter-colormatrix.h"
 #include <vector>
 
 /* 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<gdouble> values;
 };