Code

Respect "relink duplicates clones" setting with linked offsets.
[inkscape.git] / src / document-subset.h
index 269b4c59b95c74de065966dae20df6c88ff0f660..ce7776da4d18a84395bd9347e52be93186acc80d 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
@@ -66,4 +67,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :