Code

Filter effects dialog:
[inkscape.git] / src / sp-fecolormatrix.h
index 8f3c8093a33d0e5b3ce8211c6e78254203dcb628..85623c6802bcb52d5902ed32eb104f4ab80012d2 100644 (file)
 /* FeColorMatrix base class */
 class SPFeColorMatrixClass;
 
-struct SPFeColorMatrix : public SPFilter {
+struct SPFeColorMatrix : public SPFilterPrimitive {
     /** COLORMATRIX ATTRIBUTES HERE */
     
 };
 
 struct SPFeColorMatrixClass {
-    SPFilterClass parent_class;
+    SPFilterPrimitiveClass parent_class;
 };
 
 GType sp_feColorMatrix_get_type();