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:
parent
47d7531fd0
commit
468882bd5b
2 changed files with 3 additions and 2 deletions
|
@ -1049,7 +1049,7 @@ public:
|
|||
{
|
||||
if (mGenericIdx < (int)mTypeDef->mGenericParamDefs.size())
|
||||
return mTypeDef->mGenericParamDefs[mGenericIdx]->mName;
|
||||
return NULL;
|
||||
return "???";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue