From 654b838fdb6e6bc097f4916f3800d7eba9b0f3bd Mon Sep 17 00:00:00 2001 From: zzzzrrr Date: Fri, 22 Jan 2010 10:20:16 -0500 Subject: [PATCH] fixed extra qualification --- poly2tri/sweep/cdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poly2tri/sweep/cdt.h b/poly2tri/sweep/cdt.h index 7674bd6..fe8617a 100644 --- a/poly2tri/sweep/cdt.h +++ b/poly2tri/sweep/cdt.h @@ -46,7 +46,7 @@ void Triangulate(); /// Get Delaunay triangles std::vector GetTriangles(); /// Get triangle map -std::list CDT::GetMap(); +std::list GetMap(); private: