Merge "Initialize nested to true" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b96e3e317b
@@ -160,7 +160,7 @@ struct AtomDecl {
|
|||||||
int exclusiveField = 0;
|
int exclusiveField = 0;
|
||||||
int defaultState = INT_MAX;
|
int defaultState = INT_MAX;
|
||||||
int triggerStateReset = INT_MAX;
|
int triggerStateReset = INT_MAX;
|
||||||
bool nested;
|
bool nested = true;
|
||||||
|
|
||||||
int uidField = 0;
|
int uidField = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user