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