diff options
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r-- | common/storage_lmdb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp index 79f32ba..6539eb0 100644 --- a/common/storage_lmdb.cpp +++ b/common/storage_lmdb.cpp | |||
@@ -33,7 +33,7 @@ | |||
33 | 33 | ||
34 | #include <lmdb.h> | 34 | #include <lmdb.h> |
35 | 35 | ||
36 | namespace Akonadi2 | 36 | namespace Sink |
37 | { | 37 | { |
38 | 38 | ||
39 | int getErrorCode(int e) | 39 | int getErrorCode(int e) |
@@ -615,4 +615,4 @@ void Storage::removeFromDisk() const | |||
615 | mdb_env_close(env); | 615 | mdb_env_close(env); |
616 | } | 616 | } |
617 | 617 | ||
618 | } // namespace Akonadi2 | 618 | } // namespace Sink |