From 9bd1acd164a9f8f4188ca06527ccc0fece7d0c19 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 3 Jul 2012 08:53:24 +0200 Subject: sprinkle explicit over constructors Change-Id: I6599147a74e5c99f964b08935ec7c77f2d4cadef --- basegfx/inc/basegfx/point/b2dpoint.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx/inc/basegfx/point') diff --git a/basegfx/inc/basegfx/point/b2dpoint.hxx b/basegfx/inc/basegfx/point/b2dpoint.hxx index c5b69b8c01d3..9c8056abe7d9 100644 --- a/basegfx/inc/basegfx/point/b2dpoint.hxx +++ b/basegfx/inc/basegfx/point/b2dpoint.hxx @@ -87,7 +87,7 @@ namespace basegfx @param rPoint The 2D Point which will be copied. */ - B2DPoint(const ::basegfx::B2IPoint& rPoint) + explicit B2DPoint(const ::basegfx::B2IPoint& rPoint) : B2DTuple(rPoint) {} -- cgit v1.2.1