c++ style
This commit is contained in:
parent
f88e602dcc
commit
2812735dfd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ using mapnik::filter_in_box;
|
||||||
using mapnik::filter_at_point;
|
using mapnik::filter_at_point;
|
||||||
using mapnik::attribute_descriptor;
|
using mapnik::attribute_descriptor;
|
||||||
|
|
||||||
shape_datasource::shape_datasource(const parameters ¶ms)
|
shape_datasource::shape_datasource(parameters const& params)
|
||||||
: datasource (params),
|
: datasource (params),
|
||||||
type_(datasource::Vector),
|
type_(datasource::Vector),
|
||||||
file_length_(0),
|
file_length_(0),
|
||||||
|
|
Loading…
Reference in a new issue