summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-01-03 12:23:35 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-01-03 12:23:35 +0000
commitfde59b9691f02d4f33a9b327b0e0fac770109854 (patch)
treeee2438781f41cbc434c230bee3dbad3c28822058 /src/seltrans.cpp
parentA few GSEAL issues in device-manager (diff)
downloadinkscape-fde59b9691f02d4f33a9b327b0e0fac770109854.tar.gz
inkscape-fde59b9691f02d4f33a9b327b0e0fac770109854.zip
Janitorial tasks: get rid of deprecated repr wrapper functions
(bzr r10830)
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index 9439ed0ac..922d13a72 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -531,7 +531,7 @@ void Inkscape::SelTrans::stamp()
// remember the position of the item
gint pos = original_repr->position();
// remember parent
- Inkscape::XML::Node *parent = sp_repr_parent(original_repr);
+ Inkscape::XML::Node *parent = original_repr->parent();
Inkscape::XML::Node *copy_repr = original_repr->duplicate(parent->document());