summaryrefslogtreecommitdiff
path: root/store/source/storbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbase.hxx')
-rw-r--r--store/source/storbase.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index 9e7308936b3c..06c322ac47c8 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -511,6 +511,9 @@ struct PageData
static storeError createInstance (
rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 nPageSize);
+ protected:
+ ~Allocator() {}
+
private:
/** Implementation (abstract).
*/