Code

fix compile.
authorjohanengelen <johanengelen@users.sourceforge.net>
Sat, 13 Dec 2008 20:18:38 +0000 (20:18 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sat, 13 Dec 2008 20:18:38 +0000 (20:18 +0000)
re-enable decrepated 2geom function

src/2geom/geom.h

index dc50c1bb855099379cbe0234497ae9fa00599678..4e7095372ed0adc8551aa5897ea9d5e7363864c7 100644 (file)
@@ -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);