diff run/overload_19.d @ 417:30f510ddc33a

fixed void/int typo
author thomask
date Sat, 09 Apr 2005 19:24:10 +0000
parents ad4e3b6d6192
children b8c0195059d9
line wrap: on
line diff
--- a/run/overload_19.d	Sat Apr 09 19:22:15 2005 +0000
+++ b/run/overload_19.d	Sat Apr 09 19:24:10 2005 +0000
@@ -13,7 +13,7 @@
 		return 0;
 	}
 
-	static void init (long y) {
+	static int init (long y) {
 		return 1;
 	}
 }