summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-04 20:36:10 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-04 20:36:10 +0000
commita170926b2f9891f11f5fdcbaaf9d4ddadbb5c7d2 (patch)
tree959318da53e96b127f3a4cdfcd269abc554a642e /src/splivarot.cpp
parentadd readme file to 2geom directory to warn people not to make code changes there (diff)
downloadinkscape-a170926b2f9891f11f5fdcbaaf9d4ddadbb5c7d2.tar.gz
inkscape-a170926b2f9891f11f5fdcbaaf9d4ddadbb5c7d2.zip
change some SP_CURVE_BPATH to get_bpath
(bzr r6155)
Diffstat (limited to 'src/splivarot.cpp')
-rw-r--r--src/splivarot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 5868140a6..944c15f84 100644
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -826,7 +826,7 @@ sp_selected_path_outline()
SPShape *shape = SP_SHAPE(item);
- for (NArtBpath const* bp = SP_CURVE_BPATH(shape->curve); bp->code != NR_END; bp++) {
+ for (NArtBpath const* bp = curve->get_bpath(); bp->code != NR_END; bp++) {
for (int m = SP_MARKER_LOC_START; m < SP_MARKER_LOC_QTY; m++) {
if (sp_shape_marker_required (shape, m, bp)) {