fix linking error with saving image

This commit is contained in:
Dane Springmeyer 2015-01-14 21:19:45 -08:00
parent e03739e316
commit d0d899a9dd

View file

@ -24,10 +24,11 @@
#define MAPNIK_IMAGE_HPP
#include <mapnik/image_data_any.hpp>
#include <mapnik/config.hpp>
namespace mapnik {
class image
class MAPNIK_DECL image
{
public:
image() = default;