summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/lineaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/mtfrenderer/lineaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/lineaction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/lineaction.hxx b/cppcanvas/source/mtfrenderer/lineaction.hxx
index 5895feafbb66..9761e4272626 100644
--- a/cppcanvas/source/mtfrenderer/lineaction.hxx
+++ b/cppcanvas/source/mtfrenderer/lineaction.hxx
@@ -46,7 +46,7 @@ namespace cppcanvas
namespace LineActionFactory
{
/// Plain hair line from point 1 to point 2
- ActionSharedPtr createLineAction( const ::basegfx::B2DPoint&,
+ std::shared_ptr<Action> createLineAction( const ::basegfx::B2DPoint&,
const ::basegfx::B2DPoint&,
const CanvasSharedPtr&,
const OutDevState& );