diff options
Diffstat (limited to 'src/sp-spiral.cpp')
| -rw-r--r-- | src/sp-spiral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp index 60f2bbc92..7351ff61f 100644 --- a/src/sp-spiral.cpp +++ b/src/sp-spiral.cpp @@ -308,7 +308,7 @@ sp_spiral_update_patheffect(SPLPEItem *lpeitem, bool write) if (write) { Inkscape::XML::Node *repr = SP_OBJECT_REPR(shape); if ( shape->curve != NULL ) { - NArtBpath *abp = shape->curve->first_bpath(); + NArtBpath const * abp = shape->curve->get_bpath(); if (abp) { gchar *str = sp_svg_write_path(abp); repr->setAttribute("d", str); |
