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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/connectivity/sdbcx/VUser.hxx b/include/connectivity/sdbcx/VUser.hxx
index ef488b074ac7..a407a063f0d7 100644
--- a/include/connectivity/sdbcx/VUser.hxx
+++ b/include/connectivity/sdbcx/VUser.hxx
@@ -51,7 +51,8 @@ namespace connectivity
public ODescriptor
{
protected:
- rtl::Reference<OGroups> m_pGroups;
+ // no Reference! see OCollection::acquire
+ std::unique_ptr<OGroups> m_pGroups;
using OUser_BASE::rBHelper;