From: johanengelen Date: Sat, 13 Dec 2008 20:18:38 +0000 (+0000) Subject: fix compile. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c6c6143cecc4958037ef289d687181d6ba0006ad;p=inkscape.git fix compile. re-enable decrepated 2geom function --- diff --git a/src/2geom/geom.h b/src/2geom/geom.h index dc50c1bb8..4e7095372 100644 --- a/src/2geom/geom.h +++ b/src/2geom/geom.h @@ -76,7 +76,7 @@ line_twopoint_intersect(Geom::Point const &p00, Geom::Point const &p01, Geom::Point &result); #endif -#if 0 +#if 1 std::vector rect_line_intersect(Geom::Point const &E, Geom::Point const &F, Geom::Point const &p0, Geom::Point const &p1);