add vc++ 2008 to the list.
This commit is contained in:
parent
e1de25318d
commit
e940fb374d
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ namespace mapnik
|
|||
|
||||
struct MAPNIK_DECL text_symbolizer : public symbolizer_base
|
||||
{
|
||||
// Note - we do not use boost::make_shared below as VC2010 is
|
||||
// not able to compile make_shared used within a constructor
|
||||
text_symbolizer(expression_ptr name, std::string const& face_name,
|
||||
// Note - we do not use boost::make_shared below as VC2008 and VC2010 are
|
||||
// not able to compile make_shared used within a constructor
|
||||
text_symbolizer(expression_ptr name, std::string const& face_name,
|
||||
float size, color const& fill,
|
||||
text_placements_ptr placements = text_placements_ptr(new text_placements_dummy)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue