Merge remote-tracking branch 'origin/master'

This commit is contained in:
Artem Pavlenko 2012-01-31 16:52:01 +00:00
commit 8db933a6ae

View file

@ -47,7 +47,7 @@ osm_featureset<filterT>::osm_featureset(const filterT& filter,
feature_id_(1),
dataset_ (dataset),
attribute_names_ (attribute_names),
ctx_(boost::make_shared<mapnik::context>())
ctx_(boost::make_shared<mapnik::context_type>())
{
dataset_->rewind();
}