From ca2c8a79e19f27b8eb937b53fa88d4c0fdd2b8ea Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 3 Dec 2014 19:18:30 +0100 Subject: [PATCH] fix typo --- BGL/examples/BGL/split.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/examples/BGL/split.cpp b/BGL/examples/BGL/split.cpp index e15197fc7ff..a320ac7b1b7 100644 --- a/BGL/examples/BGL/split.cpp +++ b/BGL/examples/BGL/split.cpp @@ -94,7 +94,7 @@ int main() for(std::list::iterator it = polylines.begin(); it!= polylines.end(); ++it){ - Polyline& poly = *it; + Polyline_2& poly = *it; std::size_t n; if(poly.front() == poly.back()){ std::cout << "POLYGON" << std::endl;