From 80b0b4a8886bc57353c93c3fd372220d6ec2f82c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 24 Jul 2012 17:41:08 -0700 Subject: [PATCH] do not attempt to inline complex templated method on grid - refs #1330 --- include/mapnik/grid/grid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/grid/grid.hpp b/include/mapnik/grid/grid.hpp index 0c89e8173..7cd9d0bbc 100644 --- a/include/mapnik/grid/grid.hpp +++ b/include/mapnik/grid/grid.hpp @@ -97,7 +97,7 @@ public: return id_name_; } - inline void add_feature(mapnik::feature_impl & feature); + void add_feature(mapnik::feature_impl & feature); inline void add_property_name(std::string const& name) {