From e384b4e25d80bae5da4c3c21521fd78db1f813ee Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Tue, 17 Dec 2024 15:34:01 +0100 Subject: [PATCH] That one was ok --- src/filters/filters.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters/filters.ml b/src/filters/filters.ml index 71f1e39a71d..6f7f520b652 100644 --- a/src/filters/filters.ml +++ b/src/filters/filters.ml @@ -364,7 +364,7 @@ let add_meta_field com t = match t with ncls.cl_ordered_statics <- cf :: ncls.cl_ordered_statics; ncls.cl_statics <- PMap.add cf.cf_name cf ncls.cl_statics; com.types <- com.types @ [ TClassDecl ncls ]; - c.cl_meta <- (Meta.Custom ":hasMetadata",[],mk_zero_range_pos e.epos) :: c.cl_meta + c.cl_meta <- (Meta.Custom ":hasMetadata",[],e.epos) :: c.cl_meta end else begin c.cl_ordered_statics <- cf :: c.cl_ordered_statics; c.cl_statics <- PMap.add cf.cf_name cf c.cl_statics