From bc21aaa44df5b6eec7a31c4d16be3957aa2bf66d Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 12 Feb 2007 21:51:38 +0000 Subject: [PATCH] Regenerated ActionScript listener marshallers. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4571 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as index b0cbd391a..4706509fd 100644 --- a/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as +++ b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as @@ -43,7 +43,7 @@ public class TimeBaseMarshaller_GotTimeBaseMarshaller switch (methodId) { case GOT_TIME_OID: (listener as TimeBaseService_GotTimeBaseListener).gotTimeOid( - (args[0] as Integer).value); + (args[0] as int)); return; default: