diff nocompile/c/continue_03_A.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents b6f10a770c3b
children
line wrap: on
line diff
--- a/nocompile/c/continue_03_A.d	Mon May 07 05:19:35 2007 +0000
+++ b/nocompile/c/continue_03_A.d	Mon May 07 05:19:57 2007 +0000
@@ -13,7 +13,7 @@
 module dstress.nocompile.c.continue_03_A;
 
 class Stream{
-	int opApply(int delegate(inout char[] line) dg){
+	int opApply(int delegate(ref char[] line) dg){
 	}
 }