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