"get" is a legal function name, so let's be consistent with the Java code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4508 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-01-23 22:43:54 +00:00
parent e6c38e81c6
commit 69529fc624
@@ -78,7 +78,7 @@ public class OidList
* Returns the object id at the specified index. This does no boundary
* checking.
*/
public function getAt (index :int) :int
public function get (index :int) :int
{
return _oids[index];
}