summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/backendtest/outputdevice/line.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/backendtest/outputdevice/line.cxx b/vcl/backendtest/outputdevice/line.cxx
index 48526bde6fca..ad5995124a71 100644
--- a/vcl/backendtest/outputdevice/line.cxx
+++ b/vcl/backendtest/outputdevice/line.cxx
@@ -123,7 +123,7 @@ Bitmap OutputDeviceTestLine::setupDashedLine()
tools::Rectangle rectangle = maVDRectangle;
rectangle.shrink(2);
- std::vector stroke({ 2.0, 1.0 });
+ std::vector<double> stroke({ 2.0, 1.0 });
mpVirtualDevice->DrawPolyLineDirect( basegfx::B2DHomMatrix(),
basegfx::B2DPolygon{
basegfx::B2DPoint(rectangle.getX(), rectangle.getY()),