Fix issue on name construction for objtypeenum attribute

This commit is contained in:
asuessenbach
2020-12-07 09:26:48 +01:00
parent 301bbf08dd
commit de79787457
2 changed files with 30 additions and 1 deletions

View File

@@ -2828,7 +2828,7 @@ ${CppTypeFromDebugReportObjectTypeEXT}
{ "debugReportObjectType", debugReportObjectType },
{ "enter", enter },
{ "memberName", startLowerCase( stripPrefix( handleData.first, "Vk" ) ) },
{ "objTypeEnum", valueIt->vkValue } } );
{ "objTypeEnum", objTypeEnum } } );
if ( !handleData.second.alias.empty() )
{