summaryrefslogtreecommitdiff
path: root/store/source/store.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/store.cxx')
-rw-r--r--store/source/store.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/store/source/store.cxx b/store/source/store.cxx
index 2f2b4bed4763..dfd41571e2dd 100644
--- a/store/source/store.cxx
+++ b/store/source/store.cxx
@@ -35,6 +35,9 @@ using rtl::Reference;
namespace store
{
+
+namespace {
+
/** Template helper class as type safe Reference to store_handle_type.
*/
template<class store_handle_type>
@@ -52,6 +55,9 @@ public:
static_cast<store_handle_type*>(0));
}
};
+
+}
+
}
using namespace store;