diff dwtx/jface/viewers/AcceptAllFilter.d @ 43:ea8ff534f622

Fix override and super aliases
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Apr 2008 01:24:25 +0200
parents b6c35faf97c8
children
line wrap: on
line diff
--- a/dwtx/jface/viewers/AcceptAllFilter.d	Thu Apr 10 19:10:12 2008 +0200
+++ b/dwtx/jface/viewers/AcceptAllFilter.d	Fri Apr 11 01:24:25 2008 +0200
@@ -56,7 +56,7 @@
     /* (non-Javadoc)
      * @see java.lang.Object#equals(java.lang.Object)
      */
-    public bool equals(Object other) {
+    public override int opEquals(Object other) {
         return other is this || null !is cast(AcceptAllFilter)other ;
     }