From 75976ea07dba9b97186667524d0a76603de416af Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sun, 7 Aug 2011 12:53:12 +0200 Subject: Rewrite NRArena -> Inkscape::Drawing. Call render and update methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) --- src/sp-flowtext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-flowtext.h') diff --git a/src/sp-flowtext.h b/src/sp-flowtext.h index d06105c30..de41ba47f 100644 --- a/src/sp-flowtext.h +++ b/src/sp-flowtext.h @@ -31,7 +31,7 @@ struct SPFlowtext : public SPItem { //semiprivate: (need to be accessed by the C-style functions still) Inkscape::Text::Layout layout; - /** discards the NRArena objects representing this text. */ + /** discards the drawing objects representing this text. */ void _clearFlow(Inkscape::DrawingGroup* in_arena); double par_indent; -- cgit v1.2.3