summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Clob.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-14 16:19:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-14 16:19:14 +0100
commit1c3385fa27bf8f133519a495e384d75de1cf94db (patch)
tree0c5fa2eb7b88cc18f9837392526ae13058148a4c /connectivity/source/drivers/firebird/Clob.hxx
parentf963c33ddcc2d3f70cc927104d6d1c3ed4ef9b27 (diff)
loplugin:refcounting
Change-Id: Ied9ecabb3cb6b5d629ec72db164df452d8ca114a
Diffstat (limited to 'connectivity/source/drivers/firebird/Clob.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Clob.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Clob.hxx b/connectivity/source/drivers/firebird/Clob.hxx
index bbe47f6b8966..dfa40dedd484 100644
--- a/connectivity/source/drivers/firebird/Clob.hxx
+++ b/connectivity/source/drivers/firebird/Clob.hxx
@@ -16,6 +16,7 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/sdbc/XClob.hpp>
+#include <rtl/ref.hxx>
namespace connectivity
{
@@ -35,7 +36,7 @@ namespace connectivity
* hence we store the data in a Blob, and the Clob class is
* a wrapper around that.
*/
- connectivity::firebird::Blob m_aBlob;
+ rtl::Reference<connectivity::firebird::Blob> m_aBlob;
public:
Clob(isc_db_handle* pDatabaseHandle,