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