Skip to content

Commit 07eacef

Browse files
committed
update according to copilot suggestion
1 parent fb8f8a8 commit 07eacef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yoga/config/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class YG_EXPORT Config : public ::YGConfig {
7676
bool useWebDefaults_ = false;
7777

7878
uint32_t version_ = 0;
79-
ExperimentalFeatureSet experimentalFeatures_ = ExperimentalFeatureSet{};
79+
ExperimentalFeatureSet experimentalFeatures_ = ExperimentalFeatureSet(0);
8080

8181
Errata errata_ = Errata::None;
8282
float pointScaleFactor_ = 1.0f;

0 commit comments

Comments
 (0)