summaryrefslogtreecommitdiff
path: root/include/vcl/fltcall.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fltcall.hxx')
-rw-r--r--include/vcl/fltcall.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fltcall.hxx b/include/vcl/fltcall.hxx
index 6e7ab514ea5a..48f7ac973534 100644
--- a/include/vcl/fltcall.hxx
+++ b/include/vcl/fltcall.hxx
@@ -33,7 +33,7 @@ namespace vcl { class Window; }
struct FltCallDialogParameter
{
- vcl::Window* pWindow;
+ VclPtr<vcl::Window> pWindow;
ResMgr* pResMgr;
FieldUnit eFieldUnit;
OUString aFilterExt;