diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index cea9f7d5bc..aa3996f4ed 100755 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -1250,7 +1250,7 @@ namespace OpenSim.Framework int PricePublicObjectDelete, int PriceRentLight, int PriceUpload, int TeleportMinPrice, float TeleportPriceExponent); - void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List Data); + void SendAvatarPickerReply(UUID QueryID, List users); void SendAgentDataUpdate(UUID agentid, UUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle);