Fixed a typo in functions enumerating chained structures.

This commit is contained in:
asuessenbach 2020-11-17 11:57:50 +01:00
parent a2b8ded12c
commit 96fe7ed2c6

View File

@ -3729,7 +3729,7 @@ std::string
{ "nodiscard", nodiscard }, { "nodiscard", nodiscard },
{ "secondCallArguments", { "secondCallArguments",
constructCallArgumentsEnhanced( commandData.handle, commandData.params, false, INVALID_INDEX ) }, constructCallArgumentsEnhanced( commandData.handle, commandData.params, false, INVALID_INDEX ) },
{ "structureChainAllocator", withAllocator ? ( ", structureChainAllocator" ) : "" }, { "structureChainAllocator", withAllocator ? ( "( structureChainAllocator )" ) : "" },
{ "typenameCheck", typenameCheck }, { "typenameCheck", typenameCheck },
{ "vectorElementType", vectorElementType }, { "vectorElementType", vectorElementType },
{ "vectorName", vectorName }, { "vectorName", vectorName },