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