From c6c6143cecc4958037ef289d687181d6ba0006ad Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sat, 13 Dec 2008 20:18:38 +0000 Subject: [PATCH] fix compile. re-enable decrepated 2geom function --- src/2geom/geom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2