summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-26 20:53:21 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-26 20:53:21 +0000
commit10388486debb4c9d6482a2c754edebc0ceff3760 (patch)
treeb0939271566fa26cbf3bc100ca3c7fea624f4354 /src/ui/tool/path-manipulator.cpp
parentCompiling problem solved thaks to ~suv (diff)
parentcppcheck (diff)
downloadinkscape-10388486debb4c9d6482a2c754edebc0ceff3760.tar.gz
inkscape-10388486debb4c9d6482a2c754edebc0ceff3760.zip
update to trunk
(bzr r11950.1.150)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index dac67295a..1add4d176 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1438,7 +1438,7 @@ void PathManipulator::_setGeometry()
if (_path->getRepr()->attribute("inkscape:original-d"))
_path->set_original_curve(_spcurve, false, false);
else
- SP_SHAPE(_path)->setCurve(_spcurve, false);
+ _path->setCurve(_spcurve, false);
}
}