summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-04-15 18:24:34 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-04-15 18:24:34 +0000
commitdd2c1d358208392e6b6fe672c2f66520f7c1ae3b (patch)
tree09d278a59c819a0d6275e36b20fcb3b01b4c9c34 /src
parent2geom update (diff)
downloadinkscape-dd2c1d358208392e6b6fe672c2f66520f7c1ae3b.tar.gz
inkscape-dd2c1d358208392e6b6fe672c2f66520f7c1ae3b.zip
fix compile (wrong 2geom update, sry)
(bzr r11253)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/svg-path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/svg-path.h b/src/2geom/svg-path.h
index 8ac7a7b6a..c22f65d11 100644
--- a/src/2geom/svg-path.h
+++ b/src/2geom/svg-path.h
@@ -127,7 +127,7 @@ public:
void backspace()
{
if (_in_path && _path.size() > 0) {
- _path.erase_last(Path::STITCH_DISCONTINUOUS);
+ _path.erase_last();
}
}