summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/treelist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/treelist.hxx b/include/vcl/treelist.hxx
index e4e2f21c0b3e..0f2a1f45efa9 100644
--- a/include/vcl/treelist.hxx
+++ b/include/vcl/treelist.hxx
@@ -67,7 +67,7 @@ class VCL_DLLPUBLIC SvTreeList final
{
friend class SvListView;
- SvListView* const mpOwnerListView;
+ SvListView& mrOwnerListView;
sal_uLong nEntryCount;
Link<SvTreeListEntry*, SvTreeListEntry*> aCloneLink;
@@ -131,7 +131,7 @@ class VCL_DLLPUBLIC SvTreeList final
public:
SvTreeList() = delete;
- SvTreeList(SvListView*);
+ SvTreeList(SvListView&);
~SvTreeList();
void Broadcast(