fix init order

This commit is contained in:
Artem Pavlenko 2012-01-12 10:10:40 +00:00
parent 506e1a7378
commit bbfe036c54

View file

@ -160,8 +160,8 @@ public:
}
private:
context_ptr ctx_;
int id_;
context_ptr ctx_;
boost::ptr_vector<geometry_type> geom_cont_;
raster_ptr raster_;