diff options
Diffstat (limited to 'api/logic/net/HttpMetaCache.cpp')
-rw-r--r-- | api/logic/net/HttpMetaCache.cpp | 2 |
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(); } |