Export svg_parser symbols so we can use these functions from node-mapnik
This commit is contained in:
parent
d626cf83ad
commit
ca491d8aa9
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
#define MAPNIK_SVG_PARSER_HPP
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
#include <mapnik/svg/svg_path_attributes.hpp>
|
||||
#include <mapnik/svg/svg_converter.hpp>
|
||||
#include <mapnik/svg/svg_path_adapter.hpp>
|
||||
|
@ -35,7 +36,7 @@
|
|||
|
||||
namespace mapnik { namespace svg {
|
||||
|
||||
class svg_parser : private util::noncopyable
|
||||
class MAPNIK_DECL svg_parser : private util::noncopyable
|
||||
{
|
||||
public:
|
||||
explicit svg_parser(svg_converter_type & path);
|
||||
|
|
Loading…
Reference in a new issue