Index: src/Tuples/TupleExpansionNew.cpp
===================================================================
--- src/Tuples/TupleExpansionNew.cpp	(revision e116db3f96dd4d783daf11fcddc2c8ee2878e13b)
+++ src/Tuples/TupleExpansionNew.cpp	(revision c36814a10414e8846cf2d03be08ada58aafc93a7)
@@ -101,5 +101,5 @@
 
 /// Replaces Tuple Assign & Index Expressions, and Tuple Types.
-struct TupleMainExpander :
+struct TupleMainExpander final :
 		public ast::WithGuards,
 		public ast::WithVisitorRef<TupleMainExpander>,
@@ -254,5 +254,5 @@
 }
 
-struct TupleExprExpander {
+struct TupleExprExpander final {
 	ast::Expr const * postvisit( ast::TupleExpr const * expr ) {
 		return replaceTupleExpr( expr->location,
