declare windows symbols for wkt and json parsing - closes #1491
This commit is contained in:
parent
2d5287c298
commit
91a932d7e9
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ template <typename Iterator> struct geometry_grammar;
|
||||||
MAPNIK_DECL bool from_geojson(std::string const& json, boost::ptr_vector<geometry_type> & paths);
|
MAPNIK_DECL bool from_geojson(std::string const& json, boost::ptr_vector<geometry_type> & paths);
|
||||||
|
|
||||||
template <typename Iterator>
|
template <typename Iterator>
|
||||||
class geometry_parser : private boost::noncopyable
|
class MAPNIK_DECL geometry_parser : private boost::noncopyable
|
||||||
{
|
{
|
||||||
typedef Iterator iterator_type;
|
typedef Iterator iterator_type;
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -42,7 +42,7 @@ MAPNIK_DECL bool from_wkt(std::string const& wkt, boost::ptr_vector<geometry_typ
|
||||||
|
|
||||||
#if BOOST_VERSION >= 104700
|
#if BOOST_VERSION >= 104700
|
||||||
|
|
||||||
class wkt_parser : boost::noncopyable
|
class MAPNIK_DECL wkt_parser : boost::noncopyable
|
||||||
{
|
{
|
||||||
typedef std::string::const_iterator iterator_type;
|
typedef std::string::const_iterator iterator_type;
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue