mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
DynamicCastToSignature release fix
This commit is contained in:
parent
37f72cd3b6
commit
c7da3e15f9
4 changed files with 9 additions and 9 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
static BfFieldDef* AddField(BfTypeDef* typeDef, BfTypeReference* typeRef, const StringImpl& name);
|
||||
static BfMethodDef* AddMethod(BfTypeDef* typeDef, BfMethodType methodType, BfProtection protection, bool isStatic, const StringImpl& name, bool addedAfterEmit = false);
|
||||
static BfMethodDef* AddDtor(BfTypeDef* typeDef);
|
||||
static void AddDynamicCastMethods(BfTypeDef* typeDef);
|
||||
static void AddDynamicCastMethods(BfTypeDef* typeDef, bool needsDynamicCastMethods);
|
||||
static void AddParam(BfMethodDef* methodDef, BfTypeReference* typeRef, const StringImpl& paramName);
|
||||
BfTypeDef* ComparePrevTypeDef(BfTypeDef* prevTypeDef, BfTypeDef* checkTypeDef);
|
||||
void FinishTypeDef(bool wantsToString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue