summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
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);