diff ir/irtypeclass.h @ 1245:465a77c904d4

Fixed all issues preventing Tango 0.99.8 to compile with `sh build-tango.sh --verbose ldc'.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 17 Apr 2009 14:38:29 +0200
parents e67c85d6e680
children
line wrap: on
line diff
--- a/ir/irtypeclass.h	Fri Apr 17 03:01:43 2009 +0200
+++ b/ir/irtypeclass.h	Fri Apr 17 14:38:29 2009 +0200
@@ -68,6 +68,10 @@
         ClassDeclaration* base,
         size_t& offset,
         size_t& field_index);
+
+    /// Adds the interface and all it's base interface to the interface
+    /// to index map.
+    void addInterfaceToMap(ClassDeclaration* inter, size_t index);
 };
 
 #endif