Merge "Initialize nested to true" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-08 00:33:29 +00:00
committed by Android (Google) Code Review

View File

@@ -160,7 +160,7 @@ struct AtomDecl {
int exclusiveField = 0;
int defaultState = INT_MAX;
int triggerStateReset = INT_MAX;
bool nested;
bool nested = true;
int uidField = 0;