diff run/odd_bug_02.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents 6e4063f99377
children
line wrap: on
line diff
--- a/run/odd_bug_02.d	Mon May 07 05:19:35 2007 +0000
+++ b/run/odd_bug_02.d	Mon May 07 05:19:57 2007 +0000
@@ -29,7 +29,7 @@
 		assert(left is null);
 	}
 
-	int opApply(int delegate(inout int val) dg){
+	int opApply(int delegate(ref int val) dg){
 		return 0;
 	}