diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-04-14 10:32:54 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-04-14 10:32:54 +0000 |
commit | 020a0fb5ec8af319ba5d7d071dcbd3c76e41bb49 (patch) | |
tree | 73558c5c3c3006708348ab1cb110bbfb3578fbc5 /graphics/inkscape | |
parent | c528884aa745011e9bb41f28aa6d94f38a15a03e (diff) | |
download | ports-020a0fb5ec8af319ba5d7d071dcbd3c76e41bb49.tar.gz ports-020a0fb5ec8af319ba5d7d071dcbd3c76e41bb49.zip |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/files/patch-src_live_effects_lpe-perp_bisector.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-src_live_effects_lpe-perp_bisector.h b/graphics/inkscape/files/patch-src_live_effects_lpe-perp_bisector.h new file mode 100644 index 000000000000..d090a4228d18 --- /dev/null +++ b/graphics/inkscape/files/patch-src_live_effects_lpe-perp_bisector.h @@ -0,0 +1,20 @@ +--- src/live_effects/lpe-perp_bisector.h.orig 2011-07-08 20:25:09.468790000 +0200 ++++ src/live_effects/lpe-perp_bisector.h +@@ -27,7 +27,7 @@ + class KnotHolderEntityEnd; + class KnotHolderEntityLeftEnd; + class KnotHolderEntityRightEnd; +- void bisector_end_set(SPItem *item, Geom::Point const &p, bool left); ++ void bisector_end_set(SPItem *item, Geom::Point const &p, bool left = true); + } + + class LPEPerpBisector : public Effect { +@@ -46,7 +46,7 @@ + friend class PB::KnotHolderEntityEnd; + friend class PB::KnotHolderEntityLeftEnd; + friend class PB::KnotHolderEntityRightEnd; +- friend void PB::bisector_end_set(SPItem *item, Geom::Point const &p, bool left = true); ++ friend void PB::bisector_end_set(SPItem *item, Geom::Point const &p, bool left); + + private: + ScalarParam length_left; |