mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-29 23:11:29 +02:00
[svn r215] fix for empty class vtbl
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
|
||||
llvm::GlobalVariable* vtbl;
|
||||
#if OPAQUE_VTBLS
|
||||
llvm::ConstantArray* constVtbl;
|
||||
llvm::Constant* constVtbl;
|
||||
#else
|
||||
llvm::ConstantStruct* constVtbl;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user