Skip to content

Commit fb8f8a8

Browse files
committed
potential fix for build failure
1 parent 477f5fb commit fb8f8a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

yoga/config/Config.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ class YG_EXPORT Config : public ::YGConfig {
7373
YGCloneNodeFunc cloneNodeCallback_{nullptr};
7474
YGLogger logger_{};
7575

76-
bool useWebDefaults_ : 1 = false;
76+
bool useWebDefaults_ = false;
7777

7878
uint32_t version_ = 0;
79-
ExperimentalFeatureSet experimentalFeatures_{};
79+
ExperimentalFeatureSet experimentalFeatures_ = ExperimentalFeatureSet{};
80+
8081
Errata errata_ = Errata::None;
8182
float pointScaleFactor_ = 1.0f;
8283
void* context_ = nullptr;

0 commit comments

Comments
 (0)