summaryrefslogtreecommitdiff
path: root/tools/inc/poly.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/poly.h')
-rw-r--r--tools/inc/poly.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index 0a202bca1615..78058734ba34 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -47,12 +47,14 @@ public:
#define MAX_POLYGONS ((sal_uInt16)0x3FF0)
+namespace tools {
class Polygon;
+}
class SAL_WARN_UNUSED ImplPolyPolygon
{
public:
- Polygon** mpPolyAry;
+ tools::Polygon** mpPolyAry;
sal_uIntPtr mnRefCount;
sal_uInt16 mnCount;
sal_uInt16 mnSize;