summaryrefslogtreecommitdiff
path: root/basegfx/test/genericclipper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/genericclipper.cxx')
-rw-r--r--basegfx/test/genericclipper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/genericclipper.cxx b/basegfx/test/genericclipper.cxx
index 44aad203390b..dcd912f5dd5c 100644
--- a/basegfx/test/genericclipper.cxx
+++ b/basegfx/test/genericclipper.cxx
@@ -66,7 +66,7 @@ public:
void validate(const char* pName,
const char* pValidSvgD,
- B2DPolyPolygon (*pFunc)(const B2DPolyPolygon&, const B2DPolyPolygon&))
+ B2DPolyPolygon (*pFunc)(const B2DPolyPolygon&, const B2DPolyPolygon&)) const
{
const B2DPolyPolygon aSelfIntersect(
utils::prepareForPolygonOperation(aSelfIntersecting));
@@ -127,7 +127,7 @@ public:
void validateCrossover(const char* pName,
const char* pInputSvgD,
- const char* pValidSvgD)
+ const char* pValidSvgD) const
{
OUString aInput=OUString::createFromAscii(pInputSvgD);
OUString aValid=OUString::createFromAscii(pValidSvgD);