We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8f8a8 commit 07eacefCopy full SHA for 07eacef
yoga/config/Config.h
@@ -76,7 +76,7 @@ class YG_EXPORT Config : public ::YGConfig {
76
bool useWebDefaults_ = false;
77
78
uint32_t version_ = 0;
79
- ExperimentalFeatureSet experimentalFeatures_ = ExperimentalFeatureSet{};
+ ExperimentalFeatureSet experimentalFeatures_ = ExperimentalFeatureSet(0);
80
81
Errata errata_ = Errata::None;
82
float pointScaleFactor_ = 1.0f;
0 commit comments