New OccupantObserver signature.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1836 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 01:25:18 +00:00
parent 561f25bb18
commit bb489caf39
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
//
// $Id: ChatPanel.java,v 1.19 2002/08/14 00:48:57 shaper Exp $
// $Id: ChatPanel.java,v 1.20 2002/10/27 01:25:18 mdb Exp $
package com.threerings.micasa.client;
@@ -172,7 +172,7 @@ public class ChatPanel
}
// documentation inherited
public void occupantUpdated (OccupantInfo info)
public void occupantUpdated (OccupantInfo oinfo, OccupantInfo info)
{
}