summaryrefslogtreecommitdiff
path: root/boost/geometry/geometries/ring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/geometries/ring.hpp')
-rw-r--r--boost/geometry/geometries/ring.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/geometries/ring.hpp b/boost/geometry/geometries/ring.hpp
index 01bcf58cf5..fda0be40b4 100644
--- a/boost/geometry/geometries/ring.hpp
+++ b/boost/geometry/geometries/ring.hpp
@@ -63,7 +63,7 @@ template
>
class ring : public Container<Point, Allocator<Point> >
{
- BOOST_CONCEPT_ASSERT( (concept::Point<Point>) );
+ BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) );
typedef Container<Point, Allocator<Point> > base_type;