From 6c65caeb1bd88d7f7eafce1878ebceaa86630526 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 6 Nov 2009 23:09:26 +0000 Subject: [PATCH] readField() also gets an untyped return type. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5989 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/io/ObjectInputStream.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index 6e9bd59a9..2c2bdf15b 100644 --- a/src/as/com/threerings/io/ObjectInputStream.as +++ b/src/as/com/threerings/io/ObjectInputStream.as @@ -176,7 +176,7 @@ public class ObjectInputStream * @param type either a String representing the java type, * or a Class object representing the actionscript type. */ - public function readField (type :Object) :Object + public function readField (type :Object) :* //throws IOError { if (!readBoolean()) {