diff options
Diffstat (limited to 'vcl/source/gdi/graph.cxx')
-rw-r--r-- | vcl/source/gdi/graph.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx index 74a61e871e78..ac47534058bb 100644 --- a/vcl/source/gdi/graph.cxx +++ b/vcl/source/gdi/graph.cxx @@ -500,7 +500,7 @@ void Graphic::SetGfxLink( const std::shared_ptr<GfxLink>& rGfxLink ) mxImpGraphic->setGfxLink(rGfxLink); } -std::shared_ptr<GfxLink> Graphic::GetSharedGfxLink() const +const std::shared_ptr<GfxLink> & Graphic::GetSharedGfxLink() const { return mxImpGraphic->getSharedGfxLink(); } |