From d97dcb5d03fa3e063c597788fa7f2c766ae5916e Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 17 Jan 2012 23:30:48 +0100 Subject: add underscores to some member variables. add some const stuff (bzr r10900) --- src/box3d-side.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box3d-side.cpp') 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(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; -- cgit v1.2.3