diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-29 12:37:25 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-29 12:37:25 +0000 |
| commit | 67c0acdc560a8efe9d7a0aa4d4e38cf4dfb03630 (patch) | |
| tree | 2e1f1b68d890b972e362b2e341083fba2d82a3a9 /src/livarot/Path.h | |
| parent | recognize HLineSegment and VLineSegment in feeding paths to cairo (diff) | |
| download | inkscape-67c0acdc560a8efe9d7a0aa4d4e38cf4dfb03630.tar.gz inkscape-67c0acdc560a8efe9d7a0aa4d4e38cf4dfb03630.zip | |
recognize HLineSegment and VLineSegment while looping through curves
(bzr r6087)
Diffstat (limited to 'src/livarot/Path.h')
| -rw-r--r-- | src/livarot/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
