use correct context type

This commit is contained in:
Dane Springmeyer 2012-01-31 08:35:40 -08:00
parent cc886d1688
commit e4a11c0d07

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();
}