diff dmd/statement.c @ 1358:78038e540342

Fix overload resolution issue in dmd bug 313/314 fix.
author Christian Kamm <kamm incasoftware de>
date Sat, 16 May 2009 12:17:33 +0200
parents e961851fb8be
children 8026319762be
line wrap: on
line diff
--- a/dmd/statement.c	Fri May 15 17:17:20 2009 +0200
+++ b/dmd/statement.c	Sat May 16 12:17:33 2009 +0200
@@ -1277,7 +1277,7 @@
 	return this;
     }
 
-    inferApplyArgTypes(op, arguments, aggr);
+    inferApplyArgTypes(op, arguments, aggr, sc->module);
 
     /* Check for inference errors
      */