Code

Fix self-snapping when dragging the transformation center of a selection containing...
[inkscape.git] / src / document-subset.h
index 269b4c59b95c74de065966dae20df6c88ff0f660..e424a289c5ce048829b7b80a36d7c01f1d1611ff 100644 (file)
@@ -42,6 +42,7 @@ protected:
     void _addOne(SPObject *obj);
     void _removeOne(SPObject *obj) { _remove(obj, false); }
     void _removeSubtree(SPObject *obj) { _remove(obj, true); }
+    void _clear();
 
 private:
     DocumentSubset(DocumentSubset const &); // no copy