From: Abderrahim Kitouni Date: Tue, 1 Jun 2010 18:47:04 +0000 (+0100) Subject: Allow running the symbol resolver more than once X-Git-Tag: 0.9.1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bfd071697202f610e66e412aba8fe3dc5abc2ef;p=thirdparty%2Fvala.git Allow running the symbol resolver more than once Fixes bug 620753. --- diff --git a/vala/valasymbolresolver.vala b/vala/valasymbolresolver.vala index d5adcd344..eecc18ff1 100644 --- a/vala/valasymbolresolver.vala +++ b/vala/valasymbolresolver.vala @@ -58,6 +58,7 @@ public class Vala.SymbolResolver : CodeVisitor { cl.accept_children (this); + cl.base_class = null; foreach (DataType type in cl.get_base_types ()) { if (type.data_type is Class) { if (cl.base_class != null) {