summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dsvgpolypolygon.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-03 12:54:32 +0200
committerNoel Grandin <noel@peralex.com>2015-06-04 08:30:24 +0200
commit1d92933d96d94819fa3a4ae2de9519874f9b92b6 (patch)
tree8b43292fd1950be75ce05c726696310eaf12e747 /basegfx/source/polygon/b2dsvgpolypolygon.cxx
parent397a0afd3b3dd597f23bfbc75543eaead8bab5d2 (diff)
convert B2VectorContinuity to scoped enum
Change-Id: Ifa401dd0d2d1bef8c0ae2987d2aee86100b59816
Diffstat (limited to 'basegfx/source/polygon/b2dsvgpolypolygon.cxx')
-rw-r--r--basegfx/source/polygon/b2dsvgpolypolygon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
index 7a76f075c6e4..3ba94235c2a7 100644
--- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx
+++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
@@ -758,7 +758,7 @@ namespace basegfx
// is necessary.
const bool bSymmetricAtEdgeStart(
0 != nIndex
- && CONTINUITY_C2 == aPolygon.getContinuityInPoint(nIndex));
+ && B2VectorContinuity::C2 == aPolygon.getContinuityInPoint(nIndex));
if(bDetectQuadraticBeziers)
{