summaryrefslogtreecommitdiff
path: root/include/ucbhelper/resultset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/resultset.hxx')
-rw-r--r--include/ucbhelper/resultset.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 2acd65d1c24b..63dec4212149 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -37,6 +37,7 @@
#include <cppuhelper/weak.hxx>
#include <ucbhelper/macros.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
+#include <memory>
namespace ucbhelper {
@@ -70,7 +71,7 @@ class UCBHELPER_DLLPUBLIC ResultSet :
public css::sdbc::XCloseable,
public css::beans::XPropertySet
{
- ResultSet_Impl* m_pImpl;
+ std::unique_ptr<ResultSet_Impl> m_pImpl;
public:
/**