Fix the omission on the interface declaration

avinationmerge
Melanie 2012-03-26 03:32:30 +01:00
parent 2c42dafe56
commit 5f1f956d17
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// </summary>
event ScriptCommand OnScriptCommand;
void RegisterScriptInvocation(object target, MethodInfo mi);
void RegisterScriptInvocation(object target, string method);
Delegate[] GetScriptInvocationList();
Delegate LookupScriptInvocation(string fname);