summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.h
diff options
context:
space:
mode:
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);