rtree test: error fixed - wrong variable name in msvc specific code

[SVN r83712]
This commit is contained in:
Adam Wulkiewicz
2013-04-02 14:21:36 +00:00
parent 806c11d710
commit b0b433d44c

View File

@@ -1007,7 +1007,7 @@ void test_copy_assignment_swap_move(Rtree const& tree, Box const& qbox)
//TODO - test SWAP
BOOST_GEOMETRY_INDEX_DETAIL_USE_PARAM(param)
BOOST_GEOMETRY_INDEX_DETAIL_USE_PARAM(params)
}
template <typename I, typename O>