mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Indexer fix
This commit is contained in:
parent
c53ef1c346
commit
e5d90d42db
2 changed files with 7 additions and 5 deletions
|
@ -311,7 +311,7 @@ public:
|
|||
|
||||
public:
|
||||
BfBaseClassWalker();
|
||||
BfBaseClassWalker(BfType* typeA, BfType* typeB, BfModule* module);
|
||||
BfBaseClassWalker(BfType* typeA, BfType* typeB, BfModule* module, bool allowInterfaces = false);
|
||||
void AddConstraints(BfType* srcType, BfGenericParamInstance* genericParam);
|
||||
void AddInterfaces(BfType* srcType, BfTypeInstance* typeInst);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue