1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed linux crash

This commit is contained in:
Brian Fiete 2020-04-30 14:04:45 -07:00
parent 47d7531fd0
commit 468882bd5b
2 changed files with 3 additions and 2 deletions

View file

@ -1049,7 +1049,7 @@ public:
{
if (mGenericIdx < (int)mTypeDef->mGenericParamDefs.size())
return mTypeDef->mGenericParamDefs[mGenericIdx]->mName;
return NULL;
return "???";
}
};