From 157e835ebfb525630ffc7261aef40c86ec6a39cd Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 7 Oct 2010 19:30:35 +0000 Subject: [PATCH] make sure to return with something --- include/mapnik/geometry.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mapnik/geometry.hpp b/include/mapnik/geometry.hpp index 77e2fb649..008b8a451 100644 --- a/include/mapnik/geometry.hpp +++ b/include/mapnik/geometry.hpp @@ -352,6 +352,7 @@ public: double y0=boost::get<1>(*cont_.begin()); return distance(x, y, x0, y0) <= abs(tol); } + return false; } void set_capacity(size_t size)