fixing problems!

This commit is contained in:
Chris Jordan
2013-07-08 16:30:17 -06:00
parent 08d441a905
commit 8eec1a0339
3 changed files with 9 additions and 1 deletions

View File

@ -285,6 +285,7 @@ public class ZipFile {
public final int pointer;
public MyZipEntry(Window window, int pointer) {
super(null);
this.window = window;
this.pointer = pointer;
}