mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
do not attempt to inline complex templated method on grid - refs #1330
This commit is contained in:
parent
3860ae9447
commit
80b0b4a888
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user