summaryrefslogtreecommitdiffstats
path: root/api/logic/net/HttpMetaCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/net/HttpMetaCache.cpp')
-rw-r--r--api/logic/net/HttpMetaCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/net/HttpMetaCache.cpp b/api/logic/net/HttpMetaCache.cpp
index ebcb0a27..95906d2c 100644
--- a/api/logic/net/HttpMetaCache.cpp
+++ b/api/logic/net/HttpMetaCache.cpp
@@ -266,7 +266,7 @@ void HttpMetaCache::SaveNow()
{
FS::write(m_index_file, doc.toJson());
}
- catch (Exception & e)
+ catch (const Exception &e)
{
qWarning() << e.what();
}