diff ir/irstruct.h @ 1149:5ebe8224988b

Fixed problems introduced by previous commits that prevented Tango from compiling.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 27 Mar 2009 23:17:04 +0100
parents 1714836f2c0b
children ba9d6292572a
line wrap: on
line diff
--- a/ir/irstruct.h	Fri Mar 27 21:50:32 2009 +0100
+++ b/ir/irstruct.h	Fri Mar 27 23:17:04 2009 +0100
@@ -150,6 +150,8 @@
 
     // composite type debug description
     llvm::DICompositeType diCompositeType;
+
+    std::vector<VarDeclaration*> staticVars;
 };
 
 //////////////////////////////////////////////////////////////////////////////