mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-13 18:00:05 +02:00
Different fixes for d2
This commit is contained in:
@@ -41,6 +41,7 @@ struct VarDeclaration;
|
||||
struct dt_t;
|
||||
|
||||
#if IN_LLVM
|
||||
class ClassInfoDeclaration;
|
||||
namespace llvm
|
||||
{
|
||||
class Type;
|
||||
@@ -251,7 +252,6 @@ struct ClassDeclaration : AggregateDeclaration
|
||||
|
||||
BaseClasses *vtblInterfaces; // array of base interfaces that have
|
||||
// their own vtbl[]
|
||||
|
||||
TypeInfoClassDeclaration *vclassinfo; // the ClassInfo object for this ClassDeclaration
|
||||
int com; // !=0 if this is a COM class (meaning
|
||||
// it derives from IUnknown)
|
||||
|
||||
Reference in New Issue
Block a user