summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-29 15:19:21 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-29 15:19:21 +0200
commitdabd408dcd372f16c7934597db30346869cd8ad8 (patch)
tree0d6513204b7fa6e34cf50733ad0472866ea05e2a /common/storage.h
parentb441386c4e138d19bbd79d578e0a2ff1b3f54a93 (diff)
downloadsink-dabd408dcd372f16c7934597db30346869cd8ad8.tar.gz
sink-dabd408dcd372f16c7934597db30346869cd8ad8.zip
Fixed genericresource so it works with the maildirresourcetest
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/storage.h b/common/storage.h
index b051daa..87573e2 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -157,10 +157,7 @@ public:
157 return *this; 157 return *this;
158 } 158 }
159 159
160 operator bool() const 160 operator bool() const;
161 {
162 return (d != nullptr);
163 }
164 161
165 private: 162 private:
166 Transaction(Transaction &other); 163 Transaction(Transaction &other);