comparison dwt/graphics/ImageDataLoader.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents b9226997409c
children d8635bb48c7c
comparison
equal deleted inserted replaced
35:7d135fe0caf2 36:db5a898b2119
14 module dwt.graphics.ImageDataLoader; 14 module dwt.graphics.ImageDataLoader;
15 15
16 import dwt.dwthelper.utils; 16 import dwt.dwthelper.utils;
17 import dwt.dwthelper.InputStream; 17 import dwt.dwthelper.InputStream;
18 import dwt.graphics.ImageLoader; 18 import dwt.graphics.ImageLoader;
19 import dwt.graphics.ImageData;
19 20
20 /** 21 /**
21 * Internal class that separates ImageData from ImageLoader 22 * Internal class that separates ImageData from ImageLoader
22 * to allow removal of ImageLoader from the toolkit. 23 * to allow removal of ImageLoader from the toolkit.
23 */ 24 */