2003/08/10 06:03:02
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 5814bbc..aec30f8 100644 (file)
@@ -38,7 +38,7 @@ public abstract class GCJ extends Platform {
     }
 
     /** Converts an InputStream carrying a JPEG image into an ARGB int[] */
-    private static class JPEG implements ImageDecoder {
+    private static class JPEG extends ImageDecoder {
         int[] data;
         byte[] buffer;
         int width, height;