Whoops, fixed typo.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@37 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2006-08-25 05:05:43 +00:00
parent dd7c611975
commit a529163528
@@ -56,7 +56,7 @@ public abstract class IdleTracker
_lastEvent = getTimeStamp();
}
public void start (KeyboardManager keymgr root, RunQueue rqueue)
public void start (KeyboardManager keymgr, RunQueue rqueue)
{
start(keymgr, null, rqueue);
}