Index: src/AST/Pass.hpp
===================================================================
--- src/AST/Pass.hpp	(revision 59c7e3e1cb1602ae0c0d680539c0e903ac4d5de7)
+++ src/AST/Pass.hpp	(revision bd30231c993f734b582238174f544d4211b1382e)
@@ -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 59c7e3e1cb1602ae0c0d680539c0e903ac4d5de7)
+++ src/GenPoly/ScrubTyVars.h	(revision bd30231c993f734b582238174f544d4211b1382e)
@@ -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 ) );
 }
 
