diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-04 20:36:10 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-04 20:36:10 +0000 |
| commit | a170926b2f9891f11f5fdcbaaf9d4ddadbb5c7d2 (patch) | |
| tree | 959318da53e96b127f3a4cdfcd269abc554a642e /src/splivarot.cpp | |
| parent | add readme file to 2geom directory to warn people not to make code changes there (diff) | |
| download | inkscape-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.cpp | 2 |
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)) { |
