From 5e9dad04dbd5ce075f5ff160b25d7d8579ef9a72 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Sat, 27 Sep 2025 17:38:51 +0200 Subject: [PATCH] RecordVal: Use const pointer in parse_time_records It's just an index. --- src/Val.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Val.h b/src/Val.h index 1ee4cd510b..17cc735d0e 100644 --- a/src/Val.h +++ b/src/Val.h @@ -1484,7 +1484,7 @@ protected: Obj* origin = nullptr; - using RecordTypeValMap = std::unordered_map>; + using RecordTypeValMap = std::unordered_map>; static RecordTypeValMap parse_time_records; private: