summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/RowSet.hxx')
-rw-r--r--dbaccess/source/core/api/RowSet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSet.hxx b/dbaccess/source/core/api/RowSet.hxx
index a059f8f74420..6c66c159fc13 100644
--- a/dbaccess/source/core/api/RowSet.hxx
+++ b/dbaccess/source/core/api/RowSet.hxx
@@ -104,7 +104,7 @@ namespace dbaccess
::dbtools::WarningsContainer m_aWarnings;
- OTableContainer* m_pTables;
+ rtl::Reference<OTableContainer> m_xTables;
OUString m_aCommand;
OUString m_aDataSourceName;