Changeset 212:ab60f3309436 for dwt/graphics/ImageDataLoader.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/graphics/ImageDataLoader.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/ImageDataLoader.d
r22 r212 17 17 18 18 import dwt.graphics.ImageLoader; 19 import dwt.dwthelper.utils; 19 20 20 21 /** … … 28 29 } 29 30 30 public static ImageData[] load( char[]filename) {31 public static ImageData[] load(String filename) { 31 32 return (new ImageLoader()).load(filename); 32 33 }
