+ removed empty virtual dtor - not needed
This commit is contained in:
parent
4b93e0f58d
commit
29b95ac598
1 changed files with 4 additions and 5 deletions
|
@ -37,7 +37,6 @@ namespace mapnik
|
||||||
void set_filename(std::string const& image_filename);
|
void set_filename(std::string const& image_filename);
|
||||||
void set_image( boost::shared_ptr<ImageData32> symbol);
|
void set_image( boost::shared_ptr<ImageData32> symbol);
|
||||||
|
|
||||||
virtual ~symbolizer_with_image() {};
|
|
||||||
protected:
|
protected:
|
||||||
symbolizer_with_image(boost::shared_ptr<ImageData32> img);
|
symbolizer_with_image(boost::shared_ptr<ImageData32> img);
|
||||||
symbolizer_with_image(std::string const& file,
|
symbolizer_with_image(std::string const& file,
|
||||||
|
|
Loading…
Reference in a new issue