summaryrefslogtreecommitdiff
path: root/boost/geometry/geometries/box.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/geometries/box.hpp')
-rw-r--r--boost/geometry/geometries/box.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/geometries/box.hpp b/boost/geometry/geometries/box.hpp
index 97a4ba06da..23fd098f65 100644
--- a/boost/geometry/geometries/box.hpp
+++ b/boost/geometry/geometries/box.hpp
@@ -53,7 +53,7 @@ The box can also take a latlong point type as template parameter.
template<typename Point>
class box
{
- BOOST_CONCEPT_ASSERT( (concept::Point<Point>) );
+ BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) );
public: