vala r2106 - in trunk: . vala



Author: juergbi
Date: Sun Nov 30 22:37:39 2008
New Revision: 2106
URL: http://svn.gnome.org/viewvc/vala?rev=2106&view=rev

Log:
2008-11-30  JÃrg Billeter  <j bitron ch>

	* vala/valasymbolresolver.vala:

	Resolve types in switch labels


Modified:
   trunk/ChangeLog
   trunk/vala/valasymbolresolver.vala

Modified: trunk/vala/valasymbolresolver.vala
==============================================================================
--- trunk/vala/valasymbolresolver.vala	(original)
+++ trunk/vala/valasymbolresolver.vala	Sun Nov 30 22:37:39 2008
@@ -354,6 +354,10 @@
 		section.accept_children (this);
 	}
 
+	public override void visit_switch_label (SwitchLabel label) {
+		label.accept_children (this);
+	}
+
 	public override void visit_while_statement (WhileStatement stmt) {
 		stmt.accept_children (this);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]