diff compile/f/foreach_30_A.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents b8c0195059d9
children
line wrap: on
line diff
--- a/compile/f/foreach_30_A.d	Mon May 07 05:19:35 2007 +0000
+++ b/compile/f/foreach_30_A.d	Mon May 07 05:19:57 2007 +0000
@@ -9,7 +9,7 @@
 module dstress.compile.f.foreach_30_A;
 
 class Collection{
-	int opApply(int delegate(inout int) dg){
+	int opApply(int delegate(ref int) dg){
 		return 0;
 	}
 }