Compilation fixes: these classes weren't referenced before and so weren't

compiling, but I'm playing around with building .swc libraries to cut
down on the build time of the client.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@46 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-08-22 20:48:47 +00:00
parent 5331407313
commit a90d7e655b
6 changed files with 19 additions and 17 deletions
@@ -68,7 +68,7 @@ public class Cluster extends Rectangle
/**
* Generates a string representation of this instance.
*/
public function toString () :String
override public function toString () :String
{
return super.toString() + ", clusterOid=" + clusterOid;
}
@@ -24,8 +24,6 @@ package com.threerings.whirled.spot.data {
import com.threerings.presents.dobj.DObject;
import com.threerings.presents.dobj.OidList;
import com.threerings.crowd.chat.data.SpeakObject;
/**
* Used to dispatch chat in clusters.
*/