mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
fix(windows): rename local variable no actions
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
This commit is contained in:
parent
874c2509b0
commit
28d2c98030
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ state::state(km::core::abstract_processor & ap, km_core_option_item const *env)
|
|||
_imx_object = nullptr;
|
||||
memset(const_cast<km_core_actions*>(&_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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue