diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-11-05 16:45:28 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-11-05 16:45:28 +0000 |
| commit | 046b9d9b4d20894231127a6d00d327302ffd0474 (patch) | |
| tree | 10106b36e8e58a934d2364715df1549d46c1416f /src/sp-object.cpp | |
| parent | Fix a bug on duplicate item with multiples LPE on it. previously the LPE beco... (diff) | |
| download | inkscape-046b9d9b4d20894231127a6d00d327302ffd0474.tar.gz inkscape-046b9d9b4d20894231127a6d00d327302ffd0474.zip | |
Fix last commit not working, LPE are cloned on copies
(bzr r15214)
Diffstat (limited to '')
| -rw-r--r-- | src/sp-object.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp index 8d4c4f0d1..e9c60fc7d 100644 --- a/src/sp-object.cpp +++ b/src/sp-object.cpp @@ -112,9 +112,6 @@ public: } }; -static gchar *sp_object_get_unique_id(SPObject *object, - gchar const *defid); - /** * Constructor, sets all attributes to default values. */ @@ -1382,7 +1379,7 @@ bool SPObject::storeAsDouble( gchar const *key, double *val ) const } /** Helper */ -static gchar* +gchar * sp_object_get_unique_id(SPObject *object, gchar const *id) { |
