summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-07 13:25:35 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-07 13:25:35 +0200
commit9c7fcfacbba250d8776e520c92b2c33e43bc87ef (patch)
treeade1f9a884e7a78b569f59a2abc618624dbce227 /common/storage.h
parentc00d5fb305abff370f869dec0e9404f8a4a5646b (diff)
downloadsink-9c7fcfacbba250d8776e520c92b2c33e43bc87ef.tar.gz
sink-9c7fcfacbba250d8776e520c92b2c33e43bc87ef.zip
Less noise
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 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.