summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sdbcx/VUser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sdbcx/VUser.hxx')
-rw-r--r--include/connectivity/sdbcx/VUser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/sdbcx/VUser.hxx b/include/connectivity/sdbcx/VUser.hxx
index 32981b952fc0..2727f167a029 100644
--- a/include/connectivity/sdbcx/VUser.hxx
+++ b/include/connectivity/sdbcx/VUser.hxx
@@ -53,7 +53,7 @@ namespace connectivity
public ODescriptor
{
protected:
- std::unique_ptr<OGroups> m_pGroups;
+ rtl::Reference<OGroups> m_pGroups;
using OUser_BASE::rBHelper;