From c9d4a2887c13a5df244022276dd79a5bef8af0ea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 28 Sep 2014 07:51:19 +0200 Subject: fdo#82577: Handle PolyPolygon Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66 --- include/cppcanvas/canvas.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppcanvas/canvas.hxx') diff --git a/include/cppcanvas/canvas.hxx b/include/cppcanvas/canvas.hxx index 9b5ce34c3336..2104dee39a5e 100644 --- a/include/cppcanvas/canvas.hxx +++ b/include/cppcanvas/canvas.hxx @@ -47,7 +47,7 @@ namespace cppcanvas class PolyPolygon; class Canvas; - // forward declaration, since PolyPolygon also references Canvas + // forward declaration, since tools::PolyPolygon also references Canvas typedef ::boost::shared_ptr< PolyPolygon > PolyPolygonSharedPtr; // forward declaration, since cloneCanvas() also references Canvas -- cgit