From bf7c3e8d98b557cb64447804399797d93e1cedc0 Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 19 Sep 2012 10:52:19 +0900 Subject: Fix for 643150 : Auto-palette swatches duplicated on copy and paste (bzr r11677) --- src/id-clash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/id-clash.h') diff --git a/src/id-clash.h b/src/id-clash.h index de3cd29d3..f93bd3d72 100644 --- a/src/id-clash.h +++ b/src/id-clash.h @@ -5,6 +5,7 @@ void prevent_id_clashes(SPDocument *imported_doc, SPDocument *current_doc); void rename_id(SPObject *elem, Glib::ustring const &newname); +void change_def_references(SPObject *replace_obj, SPObject *with_obj); #endif /* !SEEN_ID_CLASH_H */ -- cgit v1.2.3