Fix LLTextBox to work with the updated libOMV

This commit is contained in:
Melanie
2011-07-23 11:39:32 +01:00
parent 504de8bc47
commit 4cdc8806fb
7 changed files with 14 additions and 7 deletions

View File

@@ -1152,7 +1152,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId)
public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId)
{
}