summaryrefslogtreecommitdiffstats
path: root/src/id-clash.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-06-26 07:47:04 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-06-26 07:47:04 +0000
commit17c1fe80afbaa85bc7d8caf8516a41ec1b89fbf4 (patch)
tree1037e8a8fd7b8a60a60e7a74579b54843811c837 /src/id-clash.h
parentUI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using neg... (diff)
downloadinkscape-17c1fe80afbaa85bc7d8caf8516a41ec1b89fbf4.tar.gz
inkscape-17c1fe80afbaa85bc7d8caf8516a41ec1b89fbf4.zip
Fix for 722017 : Better Gradient Window
(bzr r11515)
Diffstat (limited to 'src/id-clash.h')
-rw-r--r--src/id-clash.h1
1 files changed, 1 insertions, 0 deletions
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 */