From 28d2c98030b7c0c0035089845ce135bcc56d4c19 Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:39:34 +1000 Subject: [PATCH] fix(windows): rename local variable no actions --- core/src/state.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/state.cpp b/core/src/state.cpp index ff745abbcb..4e282b61c1 100644 --- a/core/src/state.cpp +++ b/core/src/state.cpp @@ -56,8 +56,8 @@ state::state(km::core::abstract_processor & ap, km_core_option_item const *env) _imx_object = nullptr; memset(const_cast(&_action_struct), 0, sizeof(km_core_actions)); // Ensure _action_struct is initialized to the default values - km_core_action_item end_item = {KM_CORE_IT_END, {0,}, {0}}; - action_item_list_to_actions_object(&end_item, &this->_action_struct); + km_core_action_item no_actions = {KM_CORE_IT_END, {0,}, {0}}; + action_item_list_to_actions_object(&no_actions, &this->_action_struct); } void state::imx_register_callback(