diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-01-17 20:25:50 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-01-17 20:25:50 +0000 |
| commit | cf7bcd2af286d205a70eb9d1ec5e4b77fb6d2f19 (patch) | |
| tree | fb8985008fda43525f296bc50584d8d4abc3d5dc /src/sp-shape.h | |
| parent | change pencil tool dropdown shapes to use powerstroke, instead of pattern alo... (diff) | |
| download | inkscape-cf7bcd2af286d205a70eb9d1ec5e4b77fb6d2f19.tar.gz inkscape-cf7bcd2af286d205a70eb9d1ec5e4b77fb6d2f19.zip | |
turn SPPath into a class, and add some methods...
(bzr r10897)
Diffstat (limited to 'src/sp-shape.h')
| -rw-r--r-- | src/sp-shape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-shape.h b/src/sp-shape.h index bb7b6cf02..36fcef8e1 100644 --- a/src/sp-shape.h +++ b/src/sp-shape.h @@ -49,8 +49,8 @@ public: static GType getType (void); void setShape (); - SPCurve * getCurve (); - SPCurve * getCurveBeforeLPE (); + SPCurve * getCurve () const; + SPCurve * getCurveBeforeLPE () const; void setCurve (SPCurve *curve, unsigned int owner); void setCurveInsync (SPCurve *curve, unsigned int owner); void setCurveBeforeLPE (SPCurve *curve); |
