summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-11-05 16:45:28 +0000
committerjabiertxof <info@marker.es>2016-11-05 16:45:28 +0000
commit046b9d9b4d20894231127a6d00d327302ffd0474 (patch)
tree10106b36e8e58a934d2364715df1549d46c1416f /src/sp-object.h
parentFix a bug on duplicate item with multiples LPE on it. previously the LPE beco... (diff)
downloadinkscape-046b9d9b4d20894231127a6d00d327302ffd0474.tar.gz
inkscape-046b9d9b4d20894231127a6d00d327302ffd0474.zip
Fix last commit not working, LPE are cloned on copies
(bzr r15214)
Diffstat (limited to 'src/sp-object.h')
-rw-r--r--src/sp-object.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 355f837b5..7f3c77ee3 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -1,6 +1,8 @@
#ifndef SP_OBJECT_H_SEEN
#define SP_OBJECT_H_SEEN
+#include <glibmm/ustring.h>
+
/*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
@@ -878,7 +880,7 @@ public:
*/
int sp_object_compare_position(SPObject const *first, SPObject const *second);
bool sp_object_compare_position_bool(SPObject const *first, SPObject const *second);
-
+gchar * sp_object_get_unique_id(SPObject *object, gchar const *defid);
#endif // SP_OBJECT_H_SEEN