Show
Ignore:
Timestamp:
05/04/08 18:42:55 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted char[] to String

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/graphics/ImageData.d

    r200 r238  
    391391 * </ul> 
    392392 */ 
    393 public this(char[] filename) { 
     393public this(String filename) { 
    394394    ImageData[] data = ImageDataLoader.load(filename); 
    395395    if (data.length < 1) DWT.error(DWT.ERROR_INVALID_IMAGE);