Index: src/AST/Pass.hpp
===================================================================
--- src/AST/Pass.hpp	(revision 4465777141277e7fb0b3f99342c36bcb6e2ca11f)
+++ src/AST/Pass.hpp	(revision fad1f145f5f674f5bad6113c497f14aae8d41ec1)
@@ -167,5 +167,5 @@
 	const ast::Expr *             visit( const ast::UntypedExpr          * ) override final;
 	const ast::Expr *             visit( const ast::NameExpr             * ) override final;
-	const ast::Expr *			  visit( const ast::QualifiedNameExpr	 * ) override final;
+	const ast::Expr *             visit( const ast::QualifiedNameExpr	 * ) override final;
 	const ast::Expr *             visit( const ast::AddressExpr          * ) override final;
 	const ast::Expr *             visit( const ast::LabelAddressExpr     * ) override final;
Index: src/GenPoly/ScrubTyVars.h
===================================================================
--- src/GenPoly/ScrubTyVars.h	(revision 4465777141277e7fb0b3f99342c36bcb6e2ca11f)
+++ src/GenPoly/ScrubTyVars.h	(revision fad1f145f5f674f5bad6113c497f14aae8d41ec1)
@@ -116,5 +116,5 @@
 		node_t const * target, const TypeVarMap & typeVars ) {
 	return strict_dynamic_cast<node_t const *>(
-			scrubTypeVars<ast::Node>( target ) );
+			scrubTypeVars<ast::Node>( target, typeVars ) );
 }
 
