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/internal/image/JPEGEndOfImage.d

    r2 r48  
    2727    } 
    2828 
    29     public int signature() { 
     29    override public int signature() { 
    3030        return JPEGFileFormat.EOI; 
    3131    } 
    3232 
    33     public int fixedSize() { 
     33    override public int fixedSize() { 
    3434        return 2; 
    3535    }