summaryrefslogtreecommitdiff
path: root/basegfx/test
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/test
parent397a0afd3b3dd597f23bfbc75543eaead8bab5d2 (diff)
convert B2VectorContinuity to scoped enum
Change-Id: Ifa401dd0d2d1bef8c0ae2987d2aee86100b59816
Diffstat (limited to 'basegfx/test')
-rw-r--r--basegfx/test/basegfx2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx
index 6abd54250da6..96d76bf1929b 100644
--- a/basegfx/test/basegfx2d.cxx
+++ b/basegfx/test/basegfx2d.cxx
@@ -737,7 +737,7 @@ public:
CPPUNIT_ASSERT_MESSAGE("areControlPointsUsed() wrong",
aPoly.areControlPointsUsed());
CPPUNIT_ASSERT_MESSAGE("getContinuityInPoint() wrong",
- aPoly.getContinuityInPoint(0) == CONTINUITY_C2);
+ aPoly.getContinuityInPoint(0) == B2VectorContinuity::C2);
aPoly.resetControlPoints();
CPPUNIT_ASSERT_MESSAGE("resetControlPoints() did not clear",