add MAPNIK_DECL to symbolizer_with_image - closes #94
This commit is contained in:
parent
3805ee0fab
commit
88765bb582
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue