diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-07 13:25:35 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-07 13:25:35 +0200 |
commit | 9c7fcfacbba250d8776e520c92b2c33e43bc87ef (patch) | |
tree | ade1f9a884e7a78b569f59a2abc618624dbce227 /common/storage_common.cpp | |
parent | c00d5fb305abff370f869dec0e9404f8a4a5646b (diff) | |
download | sink-9c7fcfacbba250d8776e520c92b2c33e43bc87ef.tar.gz sink-9c7fcfacbba250d8776e520c92b2c33e43bc87ef.zip |
Less noise
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r-- | common/storage_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp index 5728096..65f6e57 100644 --- a/common/storage_common.cpp +++ b/common/storage_common.cpp | |||
@@ -46,7 +46,7 @@ void Storage::setDefaultErrorHandler(const std::function<void(const Storage::Err | |||
46 | mErrorHandler = errorHandler; | 46 | mErrorHandler = errorHandler; |
47 | } | 47 | } |
48 | 48 | ||
49 | std::function<void(const Storage::Error &error)> Storage::defaultErrorHandler() | 49 | std::function<void(const Storage::Error &error)> Storage::defaultErrorHandler() const |
50 | { | 50 | { |
51 | if (mErrorHandler) { | 51 | if (mErrorHandler) { |
52 | return mErrorHandler; | 52 | return mErrorHandler; |