summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/transform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/transform.hpp')
-rw-r--r--boost/geometry/algorithms/transform.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/algorithms/transform.hpp b/boost/geometry/algorithms/transform.hpp
index f6748b11e3..b514c1dacf 100644
--- a/boost/geometry/algorithms/transform.hpp
+++ b/boost/geometry/algorithms/transform.hpp
@@ -349,8 +349,8 @@ struct transform
Geometry2& geometry2,
Strategy const& strategy)
{
- concept::check<Geometry1 const>();
- concept::check<Geometry2>();
+ concepts::check<Geometry1 const>();
+ concepts::check<Geometry2>();
return dispatch::transform<Geometry1, Geometry2>::apply(
geometry1,