From e07de7ce18ff4cc440dc8947d61825122afea062 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 3 Jul 2008 20:06:40 +0000 Subject: update 2geom (svn rev1433) (bzr r6134) --- src/2geom/path-intersection.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/2geom/path-intersection.cpp') diff --git a/src/2geom/path-intersection.cpp b/src/2geom/path-intersection.cpp index 2c32c3764..635996e51 100644 --- a/src/2geom/path-intersection.cpp +++ b/src/2geom/path-intersection.cpp @@ -1,9 +1,9 @@ -#include "path-intersection.h" +#include <2geom/path-intersection.h> -#include "ord.h" +#include <2geom/ord.h> //for path_direction: -#include "sbasis-geometric.h" +#include <2geom/sbasis-geometric.h> namespace Geom { @@ -227,7 +227,7 @@ Crossings SimpleCrosser::crossings(Curve const &a, Curve const &b) { */ void mono_pair(Path const &A, double Al, double Ah, Path const &B, double Bl, double Bh, - Crossings &ret, double tol, unsigned depth = 0) { + Crossings &ret, double /*tol*/, unsigned depth = 0) { if( Al >= Ah || Bl >= Bh) return; std::cout << " " << depth << "[" << Al << ", " << Ah << "]" << "[" << Bl << ", " << Bh << "]"; -- cgit v1.2.3