Simon Krajewski 12 years ago
parent
commit
7e82237a6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/neko/zip/Uncompress.hx

+ 1 - 1
std/neko/zip/Uncompress.hx

@@ -23,7 +23,7 @@ package neko.zip;
 
 class Uncompress {
 
-	var s : Void;
+	var s : Dynamic;
 
 	public function new( windowBits : Int ) {
 		s = _inflate_init(windowBits);