diff dmd/DVCondition.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 a8b50ff7f201
children e28b18c23469
line wrap: on
line diff
--- a/dmd/DVCondition.d	Sat Aug 28 16:14:07 2010 +0200
+++ b/dmd/DVCondition.d	Sat Aug 28 16:19:48 2010 +0200
@@ -19,8 +19,8 @@
 		this.ident = ident;
 	}
 
-    Condition syntaxCopy()
+    override Condition syntaxCopy()
 	{
 		return this;	// don't need to copy
 	}
-}
\ No newline at end of file
+}