+ fix init order
This commit is contained in:
parent
254b3c9fa7
commit
e8758b96a6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue