From 67c0acdc560a8efe9d7a0aa4d4e38cf4dfb03630 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 29 Jun 2008 12:37:25 +0000 Subject: recognize HLineSegment and VLineSegment while looping through curves (bzr r6087) --- src/livarot/Path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/livarot/Path.h') diff --git a/src/livarot/Path.h b/src/livarot/Path.h index adc26c169..9ba365f6e 100644 --- a/src/livarot/Path.h +++ b/src/livarot/Path.h @@ -386,7 +386,7 @@ public: void FlushPendingAddition(Path* dest,PathDescr *lastAddition,PathDescrCubicTo &lastCubic,int lastAD); private: - void AddCurve(Geom::Curve const *c); + void AddCurve(Geom::Curve const &c); }; #endif -- cgit v1.2.3