diff options
author | Melanie | 2012-03-26 03:32:30 +0100 |
---|---|---|
committer | Melanie | 2012-03-26 03:32:30 +0100 |
commit | 5f1f956d1711fdbf7afe04d589a459329e398bb5 (patch) | |
tree | 2be91f59f93a8d171af7726824e8e377a55c0a88 /OpenSim/Region | |
parent | Fix Typo (diff) | |
download | opensim-SC_OLD-5f1f956d1711fdbf7afe04d589a459329e398bb5.zip opensim-SC_OLD-5f1f956d1711fdbf7afe04d589a459329e398bb5.tar.gz opensim-SC_OLD-5f1f956d1711fdbf7afe04d589a459329e398bb5.tar.bz2 opensim-SC_OLD-5f1f956d1711fdbf7afe04d589a459329e398bb5.tar.xz |
Fix the omission on the interface declaration
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs b/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs index 34586f5..2183c1c 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs | |||
@@ -46,7 +46,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
46 | /// </summary> | 46 | /// </summary> |
47 | event ScriptCommand OnScriptCommand; | 47 | event ScriptCommand OnScriptCommand; |
48 | 48 | ||
49 | void RegisterScriptInvocation(object target, MethodInfo mi); | 49 | void RegisterScriptInvocation(object target, string method); |
50 | Delegate[] GetScriptInvocationList(); | 50 | Delegate[] GetScriptInvocationList(); |
51 | 51 | ||
52 | Delegate LookupScriptInvocation(string fname); | 52 | Delegate LookupScriptInvocation(string fname); |