summaryrefslogtreecommitdiff
path: root/store/source/lockbyte.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/lockbyte.hxx')
-rw-r--r--store/source/lockbyte.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/store/source/lockbyte.hxx b/store/source/lockbyte.hxx
index 591821894ff1..c9aa2a526905 100644
--- a/store/source/lockbyte.hxx
+++ b/store/source/lockbyte.hxx
@@ -24,6 +24,7 @@
#include "rtl/ref.hxx"
#include "rtl/ustring.h"
+#include "salhelper/simplereferenceobject.hxx"
#include "store/types.h"
#include "storbase.hxx"
@@ -36,7 +37,7 @@ namespace store
* ILockBytes interface.
*
*======================================================================*/
-class ILockBytes : public rtl::IReference
+class ILockBytes : public virtual salhelper::SimpleReferenceObject
{
public:
/**
@@ -103,7 +104,7 @@ public:
storeError flush();
protected:
- ~ILockBytes() {}
+ virtual ~ILockBytes() {}
private:
/** Implementation (abstract).