diff --git a/include/boost/geometry/extensions/algebra/algorithms/translate.hpp b/include/boost/geometry/extensions/algebra/algorithms/translate.hpp index 5ef0e9c54..ec5b47da6 100644 --- a/include/boost/geometry/extensions/algebra/algorithms/translate.hpp +++ b/include/boost/geometry/extensions/algebra/algorithms/translate.hpp @@ -98,7 +98,7 @@ struct translate static inline void apply(Box & box, Vector const& vector, boost::mpl::bool_ /*is_cartesian*/) { - geometry::detail::box_cartesian< + geometry::detail::translate::box_cartesian< Box, Vector, traits::dimension::value >::apply(box, vector); }