summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/2geom/geom.h2
1 files changed, 1 insertions, 1 deletions
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<Geom::Point>
rect_line_intersect(Geom::Point const &E, Geom::Point const &F,
Geom::Point const &p0, Geom::Point const &p1);