Merge "Initialize nested to true" into rvc-dev am: b96e3e317b am: 46771a3c9a
Change-Id: I65f511df960b56fffeaffe4db35965d4e7baebfa
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user