diff options
-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; |