e5183c603c61d36c2c145e99693cbc62463122f3 |
|
09-May-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
complete adding const to have only NArtBpath const * get_bpath() const; for accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. |