correct types usage

This commit is contained in:
artemp 2015-01-22 16:23:44 +01:00
parent 2b82157127
commit e42d0deb61

View file

@ -96,7 +96,7 @@ public:
using spatial_index_type = boost::geometry::index::rtree<item_type,geojson_linear<16,4> >; using spatial_index_type = boost::geometry::index::rtree<item_type,geojson_linear<16,4> >;
#else #else
using item_type = std::size_t; using item_type = std::size_t;
using spatial_index_type = boost::geometry::index::rtree<box_type,std::size_t>; using spatial_index_type = boost::geometry::index::rtree<box_type,item_type>;
#endif #endif
// constructor // constructor