summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h
index 4b0604e..8a2e51f 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -146,7 +146,7 @@ public:
146 Private *d; 146 Private *d;
147 }; 147 };
148 148
149 Storage(const QString &storageRoot, const QString &name, AccessMode mode = ReadOnly, bool allowDuplicates = false); 149 Storage(const QString &storageRoot, const QString &name, AccessMode mode = ReadOnly);
150 ~Storage(); 150 ~Storage();
151 151
152 Transaction createTransaction(AccessMode mode = ReadWrite, 152 Transaction createTransaction(AccessMode mode = ReadWrite,