[svn r215] fix for empty class vtbl

This commit is contained in:
Christian Kamm
2008-05-12 21:08:33 +02:00
parent 77b4800c27
commit 94e4a5b5a1
2 changed files with 13 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ public:
llvm::GlobalVariable* vtbl;
#if OPAQUE_VTBLS
llvm::ConstantArray* constVtbl;
llvm::Constant* constVtbl;
#else
llvm::ConstantStruct* constVtbl;
#endif