aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/include')
-rw-r--r--src/zenstore/include/zenstore/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/include/zenstore/gc.h b/src/zenstore/include/zenstore/gc.h
index 111b9886e..a8c5c0219 100644
--- a/src/zenstore/include/zenstore/gc.h
+++ b/src/zenstore/include/zenstore/gc.h
@@ -591,7 +591,7 @@ template<>
struct fmt::formatter<zen::GcClock::TimePoint> : formatter<string_view>
{
template<typename FormatContext>
- auto format(const zen::GcClock::TimePoint& TimePoint, FormatContext& ctx)
+ auto format(const zen::GcClock::TimePoint& TimePoint, FormatContext& ctx) const
{
std::time_t Time = std::chrono::system_clock::to_time_t(TimePoint);
char TimeString[std::size("yyyy-mm-ddThh:mm:ss")];