Fix Native StandardListView with C++

This commit is contained in:
Olivier Goffart 2020-10-08 17:15:01 +02:00
parent 4169254169
commit d8f7139f48
2 changed files with 6 additions and 0 deletions

View file

@ -47,6 +47,7 @@ extern const cbindgen_private::ItemVTable NativeSliderVTable;
extern const cbindgen_private::ItemVTable NativeGroupBoxVTable;
extern const cbindgen_private::ItemVTable NativeLineEditVTable;
extern const cbindgen_private::ItemVTable NativeScrollBarVTable;
extern const cbindgen_private::ItemVTable NativeStandardListViewItemVTable;
}
}
@ -122,6 +123,7 @@ using cbindgen_private::NativeLineEdit;
using cbindgen_private::NativeSlider;
using cbindgen_private::NativeSpinBox;
using cbindgen_private::NativeScrollBar;
using cbindgen_private::NativeStandardListViewItem;
namespace private_api {
constexpr inline ItemTreeNode make_item_node(std::uintptr_t offset,
@ -549,4 +551,6 @@ struct VersionCheckHelper
};
}
using cbindgen_private::StandardListViewItem;
} // namespace sixtyfps