summaryrefslogtreecommitdiffstats
path: root/common/storage_common.cpp
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_common.cpp
parentc00d5fb305abff370f869dec0e9404f8a4a5646b (diff)
downloadsink-9c7fcfacbba250d8776e520c92b2c33e43bc87ef.tar.gz
sink-9c7fcfacbba250d8776e520c92b2c33e43bc87ef.zip
Less noise
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r--common/storage_common.cpp2
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
49std::function<void(const Storage::Error &error)> Storage::defaultErrorHandler() 49std::function<void(const Storage::Error &error)> Storage::defaultErrorHandler() const
50{ 50{
51 if (mErrorHandler) { 51 if (mErrorHandler) {
52 return mErrorHandler; 52 return mErrorHandler;