Index: src/SynTree/Visitor.h
===================================================================
--- src/SynTree/Visitor.h	(revision 6f096d2341e25591a9d9435e4a28725954748a7a)
+++ src/SynTree/Visitor.h	(revision ce12e2b15f088274daa97c991566ae160ca9a8fa)
@@ -238,5 +238,5 @@
 inline void acceptAll( Container & container, VisitorType & visitor ) {
 	SemanticErrorException errors;
-	for ( const auto * i : container ) {
+	for ( auto * i : container ) {
 		try {
 			if ( i ) {
