use correct context type
This commit is contained in:
parent
cc886d1688
commit
e4a11c0d07
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue