diff options
Diffstat (limited to 'src/box3d-side.cpp')
| -rw-r--r-- | src/box3d-side.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp index e67867d08..031b16a7c 100644 --- a/src/box3d-side.cpp +++ b/src/box3d-side.cpp @@ -111,7 +111,7 @@ box3d_side_write (SPObject *object, Inkscape::XML::Document *xml_doc, Inkscape:: static_cast<SPShape *>(object)->setShape(); /* Duplicate the path */ - SPCurve const *curve = ((SPShape *) object)->curve; + SPCurve const *curve = ((SPShape *) object)->_curve; //Nulls might be possible if this called iteratively if ( !curve ) { return NULL; |
