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 f5f1879..5a4fb45 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -167,7 +167,7 @@ public:
167 NamedDatabase::Stat mainDbStat; 167 NamedDatabase::Stat mainDbStat;
168 NamedDatabase::Stat freeDbStat; 168 NamedDatabase::Stat freeDbStat;
169 }; 169 };
170 Stat stat(); 170 Stat stat(bool printDetails = true);
171 171
172 private: 172 private:
173 Transaction(Transaction &other); 173 Transaction(Transaction &other);