diff options
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r-- | common/storage_lmdb.cpp | 5 |
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 | ||
15 | namespace Akonadi2 | ||
16 | { | ||
17 | |||
15 | class Storage::Private | 18 | class Storage::Private |
16 | { | 19 | { |
17 | public: | 20 | public: |
@@ -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 | ||