diff base/src/java/util/zip/InflaterInputStream.d @ 107:e944a4cf537b

Updated to dmd 1.063 and Tango trunk.
author Jacob Carlborg <doob@me.com>
date Sun, 22 Aug 2010 18:53:29 +0200
parents f05e6e8b2f2d
children 5d01af878529
line wrap: on
line diff
--- a/base/src/java/util/zip/InflaterInputStream.d	Sun Nov 08 12:44:48 2009 +0100
+++ b/base/src/java/util/zip/InflaterInputStream.d	Sun Aug 22 18:53:29 2010 +0200
@@ -6,7 +6,7 @@
 import java.lang.all;
 import java.io.InputStream;
 version(Tango){
-    import tango.io.compress.ZlibStream;
+    import tango.io.stream.Zlib;
     import tango.io.device.Conduit;
     version(Windows){
         pragma(lib,"zlib.lib");