Merge "Initialize nested to true" into rvc-dev am: b96e3e317b am: 46771a3c9a am: acfd44c58e

Change-Id: I7a1ee85e33281fdac28ab5da3128fd7a85db2a57
This commit is contained in:
TreeHugger Robot
2020-04-08 01:23:21 +00:00
committed by Automerger Merge Worker

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;