mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Attempt to fix MSVC build
This commit is contained in:
parent
a4abb86782
commit
0cb51a986f
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ namespace private_api {
|
|||
constexpr inline ItemTreeNode make_item_node(std::uintptr_t offset,
|
||||
const cbindgen_private::ItemVTable *vtable,
|
||||
uint32_t child_count, uint32_t child_index,
|
||||
uint parent_index)
|
||||
uint32_t parent_index)
|
||||
{
|
||||
return ItemTreeNode { ItemTreeNode::Item_Body {
|
||||
ItemTreeNode::Tag::Item, { vtable, offset }, child_count, child_index, parent_index } };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue