From 04c2ea0dc1512559962d2023fefddd5a8ea2117c Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 13 Dec 2008 20:18:38 +0000 Subject: fix compile. re-enable decrepated 2geom function (bzr r6999) --- src/2geom/geom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3