From b0b433d44c5e7decd4ebeaaa6ff85cf119569606 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Tue, 2 Apr 2013 14:21:36 +0000 Subject: [PATCH] rtree test: error fixed - wrong variable name in msvc specific code [SVN r83712] --- test/index/rtree/test_rtree.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index/rtree/test_rtree.hpp b/test/index/rtree/test_rtree.hpp index 957061479..af6416b71 100644 --- a/test/index/rtree/test_rtree.hpp +++ b/test/index/rtree/test_rtree.hpp @@ -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