diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h index 78faac0..09365b0 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -98,7 +98,7 @@ public: | |||
98 | * Set the default error handler. | 98 | * Set the default error handler. |
99 | */ | 99 | */ |
100 | void setDefaultErrorHandler(const std::function<void(const Storage::Error &error)> &errorHandler); | 100 | void setDefaultErrorHandler(const std::function<void(const Storage::Error &error)> &errorHandler); |
101 | std::function<void(const Storage::Error &error)> defaultErrorHandler(); | 101 | std::function<void(const Storage::Error &error)> defaultErrorHandler() const; |
102 | 102 | ||
103 | /** | 103 | /** |
104 | * A basic error handler that writes to std::cerr. | 104 | * A basic error handler that writes to std::cerr. |