2003/08/10 06:03:02
[org.ibex.core.git] / src / org / xwt / PNG.java
index 20979a9..4f5640a 100644 (file)
@@ -21,7 +21,7 @@ import java.util.Enumeration;
 import java.util.zip.*;
 
 /** Converts an InputStream carrying a PNG image into an ARGB int[] */
-public class PNG implements ImageDecoder {
+public class PNG extends ImageDecoder {
 
     // Public Methods ///////////////////////////////////////////////////////////////////////////////