From 09888171b17517e9bd3fc031dbeaf36359de3ae5 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Wed, 11 Nov 2020 00:22:46 +0100 Subject: [PATCH] :art: More const --- src/parse/func_resolve_tmpl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parse/func_resolve_tmpl.c b/src/parse/func_resolve_tmpl.c index d274fc0c..374d8170 100644 --- a/src/parse/func_resolve_tmpl.c +++ b/src/parse/func_resolve_tmpl.c @@ -16,11 +16,11 @@ #include "tmp_resolve.h" struct ResolverArgs { - Value v; + const Value v; const Exp_Call *e; - m_str tmpl_name; + const m_str tmpl_name; + const Type_List types; Func m_func; - Type_List types; }; ANN static inline Value template_get_ready(const Env env, const Value v, const m_str tmpl, const m_uint i) { -- 2.43.0