Skip to content

Commit f828c43

Browse files
authored
Update xml.stg
One of the attribute of ChoiceChild was inconsistent with generic.stg. It uses the name "sScala" instead of "sScalaName".
1 parent 0636196 commit f828c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StgVarious/xml.stg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ EnumType(arrsItems) ::= <<
137137
>>
138138

139139

140-
ChoiceChild(sName, sCName, sScalaName, sAdaName, nLine, nPos, sChildContent, sNamePresent, bRemovedChild ) ::= <<
140+
ChoiceChild(sName, sCName, sScala, sAdaName, nLine, nPos, sChildContent, sNamePresent, bRemovedChild ) ::= <<
141141
<ChoiceChild VarName="$sName$" Line="$nLine$" CharPositionInLine="$nPos$" EnumID ="$sNamePresent$" RemovedChild="$bRemovedChild$">
142142
$sChildContent$
143143
</ChoiceChild>

0 commit comments

Comments
 (0)