Show
Ignore:
Timestamp:
05/17/08 11:34:28 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Update to SWT 3.4M7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/image/JPEGFixedSizeSegment.d

    r57 r213  
    1 /******************************************************************************* 
     1/******************************************************************************* 
    22 * Copyright (c) 2000, 2003 IBM Corporation and others. 
    33 * All rights reserved. This program and the accompanying materials 
     
    4343    abstract public int fixedSize(); 
    4444 
    45     override public int getSegmentLength() { 
     45    public override int getSegmentLength() { 
    4646        return fixedSize() - 2; 
    4747    } 
    4848 
    49     override public void setSegmentLength(int length) { 
     49    public override void setSegmentLength(int length) { 
    5050    } 
    5151}