summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/envelope/interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/envelope/interface.hpp')
-rw-r--r--boost/geometry/algorithms/detail/envelope/interface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/algorithms/detail/envelope/interface.hpp b/boost/geometry/algorithms/detail/envelope/interface.hpp
index 997ac1b23e..befe4e42db 100644
--- a/boost/geometry/algorithms/detail/envelope/interface.hpp
+++ b/boost/geometry/algorithms/detail/envelope/interface.hpp
@@ -40,8 +40,8 @@ struct envelope
template <typename Box>
static inline void apply(Geometry const& geometry, Box& box)
{
- concept::check<Geometry const>();
- concept::check<Box>();
+ concepts::check<Geometry const>();
+ concepts::check<Box>();
dispatch::envelope<Geometry>::apply(geometry, box);
}