Index: src/Validate/ReplaceTypedef.cpp
===================================================================
--- src/Validate/ReplaceTypedef.cpp	(revision 8913de40029583229718472d971b802c9a8735d7)
+++ src/Validate/ReplaceTypedef.cpp	(revision 0442f93f72585f41b3db5dd2c13dddf3b0cb3ca9)
@@ -150,5 +150,5 @@
 		// constant/enumerator. The effort required to fix this corner case
 		// likely outweighs the utility of allowing it.
-		if ( !ResolvExpr::typesCompatible( t0, t1, ast::SymbolTable() )
+		if ( !ResolvExpr::typesCompatible( t0, t1 )
 				|| ast::Pass<VarLenChecker>::read( t0 )
 				|| ast::Pass<VarLenChecker>::read( t1 ) ) {
