diff --git a/include/mapnik/symbolizer.hpp b/include/mapnik/symbolizer.hpp index 92e23855f..6a416f466 100644 --- a/include/mapnik/symbolizer.hpp +++ b/include/mapnik/symbolizer.hpp @@ -36,14 +36,13 @@ namespace mapnik const std::string & get_filename() const; void set_filename(std::string const& image_filename); void set_image( boost::shared_ptr symbol); - - virtual ~symbolizer_with_image() {}; + protected: symbolizer_with_image(boost::shared_ptr img); symbolizer_with_image(std::string const& file, - std::string const& type, - unsigned width,unsigned height); - + std::string const& type, + unsigned width,unsigned height); + symbolizer_with_image(symbolizer_with_image const& rhs); boost::shared_ptr image_;