csv plugin: fix syntax after merge

This commit is contained in:
Dane Springmeyer 2013-11-03 23:17:40 -08:00
parent f998b2bda6
commit 9428f7f018

View file

@ -72,7 +72,7 @@ csv_datasource::csv_datasource(parameters const& params)
manual_headers_(mapnik::util::trim_copy(*params.get<std::string>("headers", ""))),
strict_(*params.get<mapnik::boolean>("strict", false)),
filesize_max_(*params.get<double>("filesize_max", 20.0)), // MB
ctx_(std::make_shared<mapnik::context_type>())
ctx_(std::make_shared<mapnik::context_type>()),
extent_initialized_(false)
{
/* TODO: