Index: src/Common/PassVisitor.h
===================================================================
--- src/Common/PassVisitor.h	(revision d807ca2866358a4b3b1a0171f96cffdd65420e92)
+++ src/Common/PassVisitor.h	(revision 3ed994eca620a695aa523cf50b22b75c6761327d)
@@ -313,5 +313,5 @@
 	void indexerAddUnionFwd ( UnionDecl                 * node  ) { indexer_impl_addUnionFwd ( pass, 0, node ); }
 	void indexerAddTrait    ( TraitDecl                 * node  ) { indexer_impl_addTrait    ( pass, 0, node ); }
-	void indexerAddWith     ( std::list< Expression * > & exprs, BaseSyntaxNode * withStmt ) { indexer_impl_addWith     ( pass, 0, exprs, withStmt ); }
+	void indexerAddWith     ( std::list< Expression * > & exprs, BaseSyntaxNode * withStmt ) { indexer_impl_addWith( pass, 0, exprs, withStmt ); }
 
 
