mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
use correct context type
This commit is contained in:
parent
cc886d1688
commit
e4a11c0d07
@ -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…
x
Reference in New Issue
Block a user