LEGO: Merge pull request 22148

LEGO: Merge pull request 22148
This commit is contained in:
csigs 2018-02-23 09:10:44 -08:00 committed by GitHub
commit 8e8efaf363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3021,6 +3021,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enum declarations can only merge with namespace or other enum declarations.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[枚举声明只能与命名空间或其他枚举声明合并。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Enum_declarations_must_all_be_const_or_non_const_2473" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enum declarations must all be const or non-const.]]></Val>