aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs b/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs
index 6273da9..d11abbc 100644
--- a/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs
+++ b/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs
@@ -34,6 +34,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
34 public interface ICompiler 34 public interface ICompiler
35 { 35 {
36 string PerformScriptCompile(string source, string asset); 36 string PerformScriptCompile(string source, string asset);
37 string[] GetWarnings();
37 Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> 38 Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
38 LineMap(); 39 LineMap();
39 } 40 }