diff dmd/IntegerExp.d @ 45:ccbc1e0bb3f0

StringExp.equals implemented int equals(Object o) -> bool equals(Object o)
author korDen
date Sat, 21 Aug 2010 07:26:20 +0400
parents 1628b221808d
children adf6f7f216ea
line wrap: on
line diff
--- a/dmd/IntegerExp.d	Sat Aug 21 07:21:54 2010 +0400
+++ b/dmd/IntegerExp.d	Sat Aug 21 07:26:20 2010 +0400
@@ -49,7 +49,7 @@
 		this.value = value;
 	}
 
-	int equals(Object o)
+	bool equals(Object o)
 	{
 		IntegerExp ne;