From 48fdeec7001813c19ccc299fe5a90bebcb7e4ae4 Mon Sep 17 00:00:00 2001 From: Lartu <11744462+Lartu@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:24:59 -0300 Subject: [PATCH] Fix Merge Issue --- narivm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narivm.cpp b/narivm.cpp index 1e4f293..926ff24 100644 --- a/narivm.cpp +++ b/narivm.cpp @@ -401,7 +401,7 @@ class Value string str_rep; double num_rep; shared_ptr> table_rep; - queue *iterator_elements; + shared_ptr /**/> iterator_elements; void reset_values() {