From 17c1fe80afbaa85bc7d8caf8516a41ec1b89fbf4 Mon Sep 17 00:00:00 2001 From: John Smith Date: Tue, 26 Jun 2012 16:47:04 +0900 Subject: Fix for 722017 : Better Gradient Window (bzr r11515) --- 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 a76bf5137..de3cd29d3 100644 --- a/src/id-clash.h +++ b/src/id-clash.h @@ -4,6 +4,7 @@ #include "document.h" void prevent_id_clashes(SPDocument *imported_doc, SPDocument *current_doc); +void rename_id(SPObject *elem, Glib::ustring const &newname); #endif /* !SEEN_ID_CLASH_H */ -- cgit v1.2.3