diff options
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index c80b514b05df..2fe921ee1870 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -182,7 +182,7 @@ class VCL_DLLPUBLIC Printer : public OutputDevice private: SalInfoPrinter* mpInfoPrinter; - SalPrinter* mpPrinter; + std::unique_ptr<SalPrinter> mpPrinter; SalGraphics* mpJobGraphics; VclPtr<Printer> mpPrev; VclPtr<Printer> mpNext; |