corrected members init order
This commit is contained in:
parent
73bd1ab83e
commit
0196cb3334
1 changed files with 1 additions and 1 deletions
|
@ -38,8 +38,8 @@ postgis_featureset::postgis_featureset(boost::shared_ptr<ResultSet> const& rs,
|
||||||
unsigned num_attrs=0)
|
unsigned num_attrs=0)
|
||||||
: rs_(rs),
|
: rs_(rs),
|
||||||
num_attrs_(num_attrs),
|
num_attrs_(num_attrs),
|
||||||
totalGeomSize_(0),
|
|
||||||
tr_(new transcoder(encoding)),
|
tr_(new transcoder(encoding)),
|
||||||
|
totalGeomSize_(0),
|
||||||
count_(0) {}
|
count_(0) {}
|
||||||
|
|
||||||
feature_ptr postgis_featureset::next()
|
feature_ptr postgis_featureset::next()
|
||||||
|
|
Loading…
Reference in a new issue