diff --git a/yoga/Yoga.c b/yoga/Yoga.c index 597fe417..f8e20e65 100644 --- a/yoga/Yoga.c +++ b/yoga/Yoga.c @@ -503,7 +503,7 @@ YGNodeRef YGNodeGetParent(const YGNodeRef node) { return node->parent; } -inline uint32_t YGNodeGetChildCount(const YGNodeRef node) { +uint32_t YGNodeGetChildCount(const YGNodeRef node) { return YGNodeListCount(node->children); }