fix: properly load matching structure dynamic array inside non-matching structure embed

This commit is contained in:
Jan
2025-06-04 21:32:00 +01:00
parent 884ad57bf4
commit 930867f07f
3 changed files with 19 additions and 6 deletions

View File

@ -26,6 +26,7 @@ public:
bool m_requires_marking;
bool m_has_matching_cross_platform_structure;
bool m_embedded_reference_exists;
bool m_non_embedded_reference_exists;
bool m_single_pointer_reference_exists;
bool m_array_pointer_reference_exists;