mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-25 13:21:49 +01:00
Fixed classinfo.interfaces for .. interfaces!
This commit is contained in:
@@ -58,6 +58,11 @@ struct IrStruct : IrBase
|
||||
LLConstant* createStructInitializer(StructInitializer* si);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/// Initialize interface.
|
||||
void initializeInterface();
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
protected:
|
||||
/// Static default initializer global.
|
||||
llvm::GlobalVariable* init;
|
||||
|
||||
Reference in New Issue
Block a user