Code

Filter effects dialog:
[inkscape.git] / src / sp-fediffuselighting.cpp
index beb2d6f14880ea6b5522d83f66976a10db4f4b8c..d48c02c96d0978014c42a7a8cd5a7101f24a9649 100644 (file)
@@ -150,7 +150,7 @@ sp_feDiffuseLighting_write(SPObject *object, Inkscape::XML::Node *repr, guint fl
             // is this sane?
             repr->mergeFrom(SP_OBJECT_REPR(object), "id");
         } else {
-            repr = SP_OBJECT_REPR(object)->duplicate();
+            repr = SP_OBJECT_REPR(object)->duplicate(NULL); // FIXME
         }
     }