+ fix init order

This commit is contained in:
Artem Pavlenko 2012-03-09 14:26:30 +00:00
parent 254b3c9fa7
commit e8758b96a6

View file

@ -69,8 +69,8 @@ public:
angle_(0.0),
placement_valid_(false),
points_on_line_(false),
finder_(),
query_extent_(query_extent)
query_extent_(query_extent),
finder_()
{
initialize_geometries();
if (!geometries_to_process_.size()) return;