diff dmd/Type.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 460959608115
children b7d29f613539
line wrap: on
line diff
--- a/dmd/Type.d	Sat Aug 21 07:21:54 2010 +0400
+++ b/dmd/Type.d	Sat Aug 21 07:26:20 2010 +0400
@@ -379,7 +379,7 @@
 		assert(false);
 	}
 
-    int equals(Object o)
+    bool equals(Object o)
 	{
 		Type t = cast(Type)o;
 		//printf("Type.equals(%s, %s)\n", toChars(), t.toChars());