removed multiple bases for now
This commit is contained in:
parent
3b85ebad9b
commit
1947a1293e
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ void export_shield_symbolizer()
|
|||
using mapnik::shield_symbolizer;
|
||||
using mapnik::text_symbolizer;
|
||||
using mapnik::symbolizer_with_image;
|
||||
|
||||
class_< shield_symbolizer, bases<text_symbolizer,symbolizer_with_image> >("ShieldSymbolizer",
|
||||
|
||||
class_< shield_symbolizer, bases<text_symbolizer> >("ShieldSymbolizer",
|
||||
init< std::string const&, std::string const&, unsigned, mapnik::Color const&,
|
||||
std::string const&, std::string const&,unsigned,unsigned>("TODO"))
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue