Code

Patch from codedread. Prevents rendering of title/desc/metadata elements in text...
[inkscape.git] / src / display / nr-filter.h
index 4d33c3d70e95486be6ce8f1e884785ee06f8dc74..267f242d1aff218beae9421929b35dd40bcf33e9 100644 (file)
@@ -166,7 +166,7 @@ public:
      */
     Filter(int n);
     /** Destroys the filter and all its primitives */
-    ~Filter();
+    virtual ~Filter();
 
 private:
     int _primitive_count;