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()) {