summaryrefslogtreecommitdiff
path: root/store/source/storbios.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.cxx')
-rw-r--r--store/source/storbios.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx
index 93e47d700841..a98f4e9a35a3 100644
--- a/store/source/storbios.cxx
+++ b/store/source/storbios.cxx
@@ -43,6 +43,8 @@ using namespace store;
*======================================================================*/
#define STORE_MAGIC_SUPERBLOCK sal_uInt32(0x484D5343)
+namespace {
+
struct OStoreSuperBlock
{
typedef OStorePageGuard G;
@@ -139,6 +141,8 @@ struct OStoreSuperBlock
}
};
+}
+
/*========================================================================
*
* SuperBlockPage interface.