summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp')
-rw-r--r--boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp b/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp
index e4f8de42e1..ee0a93ae7e 100644
--- a/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp
+++ b/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp
@@ -23,9 +23,9 @@ namespace detail { namespace overlay {
enum turn_position { position_middle, position_front, position_back };
-template <typename SegmentRatio>
+template <typename Point, typename SegmentRatio>
struct turn_operation_linear
- : public turn_operation<SegmentRatio>
+ : public turn_operation<Point, SegmentRatio>
{
turn_operation_linear()
: position(position_middle)