diff options
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 8f8596aeef6a..402577ffeb6e 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -332,7 +332,7 @@ public: ::std::vector< SortingData_Impl* > maContent; ::osl::Mutex maMutex; - SvTreeListBox* mpCurView; + VclPtr<SvTreeListBox> mpCurView; VclPtr<ViewTabListBox_Impl> mpView; VclPtr<IconView> mpIconView; NameTranslator_Impl* mpNameTrans; |