diff dwt/internal/image/WinICOFileFormat.d @ 213:36f5cb12e1a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 17:34:28 +0200
parents 9a64a7781bab
children fd9c62a2998e
line wrap: on
line diff
--- a/dwt/internal/image/WinICOFileFormat.d	Mon May 05 00:12:38 2008 +0200
+++ b/dwt/internal/image/WinICOFileFormat.d	Sat May 17 17:34:28 2008 +0200
@@ -12,15 +12,15 @@
  *******************************************************************************/
 module dwt.internal.image.WinICOFileFormat;
 
-public import dwt.internal.image.FileFormat;
-public import dwt.graphics.PaletteData;
+import dwt.internal.image.FileFormat;
+import dwt.graphics.PaletteData;
 import dwt.internal.image.WinBMPFileFormat;
 import dwt.DWT;
+import dwt.dwthelper.utils;
 
 import tango.core.Exception;
-import dwt.dwthelper.System;
 
-final class WinICOFileFormat : FileFormat {
+public final class WinICOFileFormat : FileFormat {
 
 byte[] bitInvertData(byte[] data, int startIndex, int endIndex) {
     // Destructively bit invert data in the given byte array.