Show
Ignore:
Timestamp:
02/02/08 19:14:54 (1 year ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Added override and alias, first chunk. Thanks torhu for doing this patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/accessibility/AccessibleEvent.d

    r34 r48  
    6565 * @return a string representation of the event 
    6666 */ 
    67 public char[] toString () { 
     67override public char[] toString () { 
    6868    return Format( "AccessibleEvent {childID={} result={}}", childID, result ); 
    6969}