Index: src/ResolvExpr/Resolver.cc
===================================================================
--- src/ResolvExpr/Resolver.cc	(revision 0720e0491a93fec9fc95f4daaaa1652d4955d613)
+++ src/ResolvExpr/Resolver.cc	(revision 6a36975a9d3e7f0ec33f93e86a8a925fc0e17ba1)
@@ -390,4 +390,6 @@
 
 	void Resolver::visit( CatchStmt *catchStmt ) {
+		Parent::visit( catchStmt );
+		
 		if ( catchStmt->get_cond() ) {
 			Expression * wrapped = new CastExpr(
