aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenutil/include')
-rw-r--r--src/zenutil/include/zenutil/cache/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/include/zenutil/cache/cache.h b/src/zenutil/include/zenutil/cache/cache.h
index 5e12c488c..20299a667 100644
--- a/src/zenutil/include/zenutil/cache/cache.h
+++ b/src/zenutil/include/zenutil/cache/cache.h
@@ -23,7 +23,7 @@ template<>
struct fmt::formatter<zen::CacheRequestContext> : formatter<string_view>
{
template<typename FormatContext>
- auto format(const zen::CacheRequestContext& Context, FormatContext& ctx)
+ auto format(const zen::CacheRequestContext& Context, FormatContext& ctx) const
{
zen::ExtendableStringBuilder<64> String;
Context.SessionId.ToString(String);