Skip to content

Commit 3efc9f3

Browse files
Dmytro Kasianchukfacebook-github-bot
authored andcommitted
Added missing YOGA_EXPORT
Summary: Added missing YOGA_EXPORT #Changelog: [Internal] [Fixed] - Added missing YOGA_EXPORT Reviewed By: SidharthGuglani Differential Revision: D18289071 fbshipit-source-id: a2e16a59427aa33b34b3d1fab9d1088904ee62f5
1 parent e802bd0 commit 3efc9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactCommon/yoga/yoga/Yoga.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3645,7 +3645,7 @@ static inline bool YGMeasureModeNewMeasureSizeIsStricterAndStillValid(
36453645
(lastComputedSize <= size || YGFloatsEqual(size, lastComputedSize));
36463646
}
36473647

3648-
float YGRoundValueToPixelGrid(
3648+
YOGA_EXPORT float YGRoundValueToPixelGrid(
36493649
const float value,
36503650
const float pointScaleFactor,
36513651
const bool forceCeil,
@@ -3696,7 +3696,7 @@ float YGRoundValueToPixelGrid(
36963696
: scaledValue / pointScaleFactor;
36973697
}
36983698

3699-
bool YGNodeCanUseCachedMeasurement(
3699+
YOGA_EXPORT bool YGNodeCanUseCachedMeasurement(
37003700
const YGMeasureMode widthMode,
37013701
const float width,
37023702
const YGMeasureMode heightMode,

0 commit comments

Comments
 (0)