mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
make sure to return with something
This commit is contained in:
parent
2fc2b4c443
commit
157e835ebf
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user