summaryrefslogtreecommitdiff
path: root/include/comphelper/accessiblewrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/accessiblewrapper.hxx')
-rw-r--r--include/comphelper/accessiblewrapper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index 3b808724f933..f1efb09c8ca0 100644
--- a/include/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
@@ -40,6 +40,7 @@
#include <comphelper/accessibleeventnotifier.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/comphelperdllapi.h>
+#include <rtl/ref.hxx>
namespace comphelper
@@ -156,7 +157,7 @@ namespace comphelper
css::uno::Reference< css::accessibility::XAccessible >
m_xParentAccessible;
- OWrappedAccessibleChildrenManager* m_pChildMapper; // for mapping children from our inner context to our callers
+ rtl::Reference<OWrappedAccessibleChildrenManager> m_xChildMapper; // for mapping children from our inner context to our callers
protected:
/** ctor