[buffer][test] remove default argument - change order

This commit is contained in:
Barend Gehrels
2017-11-24 22:32:33 +01:00
parent 66dfd90640
commit 7ab31cd832
2 changed files with 5 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ void test_all()
distance_strategy(1),
side_strategy,
bg::strategy::buffer::point_circle(36),
1, 0, 3.12566719800474635, ut_settings(1.0));
1, 0, 3.12566719800474635, ut_settings(1.0), NULL);
}
}