diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index b664e11..8c129df 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -32,6 +32,8 @@ namespace Storage { | |||
32 | 32 | ||
33 | struct SINK_EXPORT DbLayout { | 33 | struct SINK_EXPORT DbLayout { |
34 | typedef QMap<QByteArray, int> Databases; | 34 | typedef QMap<QByteArray, int> Databases; |
35 | DbLayout(); | ||
36 | DbLayout(const QByteArray &, const Databases &); | ||
35 | QByteArray name; | 37 | QByteArray name; |
36 | Databases tables; | 38 | Databases tables; |
37 | }; | 39 | }; |