summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index bd821eb05fb1..90e658c67308 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -228,7 +228,7 @@ private:
const VectorGraphicDataPtr& getVectorGraphicData() const;
- std::shared_ptr<std::vector<sal_Int8>> getPdfData() const;
+ const std::shared_ptr<std::vector<sal_Int8>> & getPdfData() const;
void setPdfData(const std::shared_ptr<std::vector<sal_Int8>>& rPdfData);