diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs index 870884c..58f58aa 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | |||
@@ -86,7 +86,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
86 | } | 86 | } |
87 | 87 | ||
88 | 88 | ||
89 | public LSL_BuiltIn_Commands_Interface m_LSL_Functions; | 89 | public BuilIn_Commands m_LSL_Functions; |
90 | private string _Source = String.Empty; | 90 | private string _Source = String.Empty; |
91 | public string Source | 91 | public string Source |
92 | { | 92 | { |
@@ -110,7 +110,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
110 | 110 | ||
111 | 111 | ||
112 | 112 | ||
113 | public void Start(LSL_BuiltIn_Commands_Interface LSL_Functions) | 113 | public void Start(BuilIn_Commands LSL_Functions) |
114 | { | 114 | { |
115 | m_LSL_Functions = LSL_Functions; | 115 | m_LSL_Functions = LSL_Functions; |
116 | 116 | ||