diff dwt/internal/image/WinICOFileFormat.d @ 240:ce446666f5a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Mon, 12 May 2008 19:13:01 +0200
parents 08789b28bdf3
children c0d810de7093
line wrap: on
line diff
--- a/dwt/internal/image/WinICOFileFormat.d	Mon May 12 15:36:37 2008 +0200
+++ b/dwt/internal/image/WinICOFileFormat.d	Mon May 12 19:13:01 2008 +0200
@@ -20,7 +20,7 @@
 
 import tango.core.Exception;
 
-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.