From 68bb6351523191d74c198b0caa9d7a923bee77b2 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Mon, 30 Aug 2010 22:52:38 +0000 Subject: [PATCH] Extending Object should be implicit. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6138 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/Name.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/Name.as b/src/as/com/threerings/util/Name.as index cfb1bb75a..865d38d3d 100644 --- a/src/as/com/threerings/util/Name.as +++ b/src/as/com/threerings/util/Name.as @@ -27,7 +27,7 @@ import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectOutputStream; import com.threerings.io.Streamable; -public class Name extends Object +public class Name implements Comparable, Hashable, Streamable { public function Name (name :String = "")