2003/08/10 06:03:01
[org.ibex.core.git] / src / org / xwt / GIF.java
index 48c6f11..daa38a7 100644 (file)
@@ -50,7 +50,7 @@ import java.io.IOException;
 import java.io.PrintWriter;
 
 /** Converts an InputStream carrying a GIF image into an ARGB int[] */
-public class GIF implements ImageDecoder {
+public class GIF extends ImageDecoder {
 
     // Public Methods /////////////////////////////////////////////////////////