add MAPNIK_DECL to symbolizer_with_image - closes #94

This commit is contained in:
Dane Springmeyer 2009-05-15 23:56:06 +00:00
parent 3805ee0fab
commit 88765bb582

View file

@ -30,7 +30,7 @@
namespace mapnik
{
class symbolizer_with_image {
class MAPNIK_DECL symbolizer_with_image {
public:
boost::shared_ptr<ImageData32> get_image() const;
const std::string & get_filename() const;