summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-01-17 20:25:50 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-01-17 20:25:50 +0000
commitcf7bcd2af286d205a70eb9d1ec5e4b77fb6d2f19 (patch)
treefb8985008fda43525f296bc50584d8d4abc3d5dc /src/sp-shape.h
parentchange pencil tool dropdown shapes to use powerstroke, instead of pattern alo... (diff)
downloadinkscape-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.h4
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);