summaryrefslogtreecommitdiffstats
path: root/common/storage_lmdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r--common/storage_lmdb.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp
index ce77bbb..7c5c95a 100644
--- a/common/storage_lmdb.cpp
+++ b/common/storage_lmdb.cpp
@@ -12,6 +12,9 @@
12 12
13#include <lmdb.h> 13#include <lmdb.h>
14 14
15namespace Akonadi2
16{
17
15class Storage::Private 18class Storage::Private
16{ 19{
17public: 20public:
@@ -309,3 +312,5 @@ void Storage::removeFromDisk() const
309 dir.remove("data.mdb"); 312 dir.remove("data.mdb");
310 dir.remove("lock.mdb"); 313 dir.remove("lock.mdb");
311} 314}
315
316} // namespace Akonadi2