Need a toString() here too.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4679 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-05-03 22:56:54 +00:00
parent 5acc2b767a
commit bd8ad47153
@@ -67,5 +67,11 @@ public class langBoolean
{
return value;
}
// cannot use the override keyword on toString() because actionscript is stupid
public function toString () :String
{
return value.toString();
}
}
}