summaryrefslogtreecommitdiff
path: root/include/vcl/taskpanelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/taskpanelist.hxx')
-rw-r--r--include/vcl/taskpanelist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/taskpanelist.hxx b/include/vcl/taskpanelist.hxx
index c8a6abd0e489..738f2b81f3a9 100644
--- a/include/vcl/taskpanelist.hxx
+++ b/include/vcl/taskpanelist.hxx
@@ -27,7 +27,7 @@
class VCL_DLLPUBLIC TaskPaneList
{
- ::std::vector<vcl::Window *> mTaskPanes;
+ ::std::vector< VclPtr<vcl::Window> > mTaskPanes;
vcl::Window *FindNextFloat( vcl::Window *pWindow, bool bForward = true );
vcl::Window *FindNextSplitter( vcl::Window *pWindow, bool bForward = true );