mirror of
https://github.com/status-im/react-native.git
synced 2025-02-26 08:05:34 +00:00
Un-inline-ing a method declared as export
Reviewed By: compnerd Differential Revision: D5909847 fbshipit-source-id: 7108dd88271e640e1881b20c0cbf1ad28bbf63c9
This commit is contained in:
parent
227a5f4e8f
commit
5038b06b31
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user