Index: src/Tuples/TupleExpansion.cc
===================================================================
--- src/Tuples/TupleExpansion.cc	(revision 7abee383f06a7fe5690784e7676edcdf68ff7660)
+++ src/Tuples/TupleExpansion.cc	(revision 813312104f19a29ef6d2dcf63037c0ddbda4a8b9)
@@ -58,5 +58,5 @@
 		};
 
-		struct TupleTypeReplacer : public WithDeclsToAdd, public WithGuards, public WithTypeSubstitution {
+		struct TupleTypeReplacer : public WithDeclsToAdd, public WithGuards, public WithConstTypeSubstitution {
 			Type * postmutate( TupleType * tupleType );
 
