summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-shape.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-07 10:53:12 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-08-07 10:53:12 +0000
commit75976ea07dba9b97186667524d0a76603de416af (patch)
tree4cb68dabb3cb7d5219e6ed6b660f0ded13fc25d3 /src/display/drawing-shape.h
parentFix compilation (oops). (diff)
downloadinkscape-75976ea07dba9b97186667524d0a76603de416af.tar.gz
inkscape-75976ea07dba9b97186667524d0a76603de416af.zip
Rewrite NRArena -> Inkscape::Drawing. Call render and update
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
Diffstat (limited to 'src/display/drawing-shape.h')
-rw-r--r--src/display/drawing-shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-shape.h b/src/display/drawing-shape.h
index 4b7b75e2a..153dcd54e 100644
--- a/src/display/drawing-shape.h
+++ b/src/display/drawing-shape.h
@@ -24,7 +24,7 @@ class DrawingShape
: public DrawingItem
{
public:
- DrawingShape(Drawing *drawing);
+ DrawingShape(Drawing &drawing);
~DrawingShape();
void setPath(SPCurve *curve);