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:
@@ -67,5 +67,11 @@ public class langBoolean
|
|||||||
{
|
{
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// cannot use the override keyword on toString() because actionscript is stupid
|
||||||
|
public function toString () :String
|
||||||
|
{
|
||||||
|
return value.toString();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user