summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h
index 3f14e83..2fac068 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -1,10 +1,11 @@
1#pragma once 1#pragma once
2 2
3#include <akonadi2common_export.h>
3#include <string> 4#include <string>
4#include <functional> 5#include <functional>
5#include <QString> 6#include <QString>
6 7
7class Storage { 8class AKONADI2COMMON_EXPORT Storage {
8public: 9public:
9 enum AccessMode { ReadOnly, ReadWrite }; 10 enum AccessMode { ReadOnly, ReadWrite };
10 11