summaryrefslogtreecommitdiff
path: root/vcl/inc/printdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/printdlg.hxx')
-rw-r--r--vcl/inc/printdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx
index f8c799e7ff97..b16d91cad1f6 100644
--- a/vcl/inc/printdlg.hxx
+++ b/vcl/inc/printdlg.hxx
@@ -168,7 +168,7 @@ namespace vcl
void storeToSettings();
};
- VclBuilder* mpCustomOptionsUIBuilder;
+ std::unique_ptr<VclBuilder> mpCustomOptionsUIBuilder;
std::shared_ptr<PrinterController> maPController;
VclPtr<TabControl> mpTabCtrl;