[geometry] avoid warnings for member order

[SVN r86541]
This commit is contained in:
Barend Gehrels
2013-11-01 21:19:46 +00:00
parent 3b51da2d6f
commit fbdf22bb72

View File

@@ -55,11 +55,11 @@ struct distance_info_result
inline distance_info_result()
: on_segment(false)
, within_geometry(false)
, fraction1(distance_type())
, fraction2(distance_type())
, real_distance(distance_type())
, projected_distance1(distance_type())
, projected_distance2(distance_type())
, fraction1(distance_type())
, fraction2(distance_type())
{}
};