mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-17 23:38:47 +08:00
...
This commit is contained in:
@@ -15425,7 +15425,7 @@ CompleteScopeForClassMember
|
||||
node->Accept((WfVirtualCseDeclaration::IVisitor*)this);
|
||||
}
|
||||
|
||||
void Visit(WfStateMachineDeclaration* node)
|
||||
void Visit(WfStateMachineDeclaration* node)override
|
||||
{
|
||||
auto scope = manager->nodeScopes[node];
|
||||
FOREACH(Ptr<WfStateInput>, input, node->inputs)
|
||||
@@ -15883,6 +15883,7 @@ CheckScopes_BaseType
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
.\ANALYZER\WFANALYZER_CONTEXTFREEDESUGAR.CPP
|
||||
***********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user