diff dmd/TypeArray.d @ 72:2e2a5c3f943a

reduced warnings by adding override to the methods think this also normalizes different line endings used all over the place
author Trass3r
date Sat, 28 Aug 2010 16:19:48 +0200
parents 10317f0c89a5
children be2ab491772e
line wrap: on
line diff
--- a/dmd/TypeArray.d	Sat Aug 28 16:14:07 2010 +0200
+++ b/dmd/TypeArray.d	Sat Aug 28 16:19:48 2010 +0200
@@ -29,7 +29,7 @@
 		super(ty, next);
 	}
 
-    Expression dotExp(Scope sc, Expression e, Identifier ident)
+    override Expression dotExp(Scope sc, Expression e, Identifier ident)
 	{
 		Type n = this.next.toBasetype();		// uncover any typedef's
 
@@ -131,4 +131,4 @@
 		assert(false);
 	}
 }
-}
\ No newline at end of file
+}