diff dwtx/core/runtime/Status.d @ 43:ea8ff534f622

Fix override and super aliases
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Apr 2008 01:24:25 +0200
parents 6518c18a01f7
children
line wrap: on
line diff
--- a/dwtx/core/runtime/Status.d	Thu Apr 10 19:10:12 2008 +0200
+++ b/dwtx/core/runtime/Status.d	Fri Apr 11 01:24:25 2008 +0200
@@ -262,7 +262,7 @@
      * Returns a string representation of the status, suitable
      * for debugging purposes only.
      */
-    public String toString() {
+    public override String toString() {
         String sev;
         if (severity is OK) {
             sev="OK"; //$NON-NLS-1$