summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-12-13 20:18:38 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-12-13 20:18:38 +0000
commit04c2ea0dc1512559962d2023fefddd5a8ea2117c (patch)
tree88ebf71c23f681088c8992004c817561368f8243 /src
parentfix compile. (diff)
downloadinkscape-04c2ea0dc1512559962d2023fefddd5a8ea2117c.tar.gz
inkscape-04c2ea0dc1512559962d2023fefddd5a8ea2117c.zip
fix compile.
re-enable decrepated 2geom function (bzr r6999)
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);