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/nearest-point.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/2geom/nearest-point.cpp') diff --git a/src/2geom/nearest-point.cpp b/src/2geom/nearest-point.cpp index 074de1cb3..59d55ba32 100644 --- a/src/2geom/nearest-point.cpp +++ b/src/2geom/nearest-point.cpp @@ -32,7 +32,7 @@ */ -#include "nearest-point.h" +#include <2geom/nearest-point.h> namespace Geom { @@ -87,9 +87,9 @@ double nearest_point( Point const& p, std::vector all_nearest_points( Point const& p, - D2 const& c, - D2 const& dc, - double from, double to ) + D2 const& c, + D2 const& /*dc*/, + double from, double to ) { std::swap(from, to); if ( from > to ) std::swap(from, to); -- cgit v1.2.3