fix init order
This commit is contained in:
parent
0eb8e2d246
commit
4cd95d9d1c
1 changed files with 1 additions and 1 deletions
|
@ -160,8 +160,8 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
context_ptr ctx_;
|
||||
int id_;
|
||||
context_ptr ctx_;
|
||||
boost::ptr_vector<geometry_type> geom_cont_;
|
||||
raster_ptr raster_;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue