Change how we link classes that aren't otherwise linked.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5462 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-10-25 01:24:13 +00:00
parent 8970582e6d
commit 5216602e63
4 changed files with 14 additions and 14 deletions
@@ -54,12 +54,12 @@ public class Client extends EventDispatcher
private static const log :Log = Log.getLog(Client);
// statically reference classes we require
TimeBaseMarshaller;
public function Client (creds :Credentials)
{
_creds = creds;
// ensure that the compiler includes these necessary symbols
var i :int = TimeBaseMarshaller.GET_TIME_OID;
}
/**