MAPNIK_DECL feature_parser
This commit is contained in:
parent
eaef041c85
commit
293d4829a8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace mapnik { namespace json {
|
|||
template <typename Iterator, typename FeatureType> struct feature_grammar;
|
||||
|
||||
template <typename Iterator>
|
||||
class feature_parser : private mapnik::noncopyable
|
||||
class MAPNIK_DECL feature_parser : private mapnik::noncopyable
|
||||
{
|
||||
typedef Iterator iterator_type;
|
||||
typedef mapnik::feature_impl feature_type;
|
||||
|
|
Loading…
Reference in a new issue