aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 3a9c17e..c953228 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -7661,7 +7661,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
7661 /// <param name="iface"></param> 7661 /// <param name="iface"></param>
7662 protected void RegisterInterface<T>(T iface) 7662 protected void RegisterInterface<T>(T iface)
7663 { 7663 {
7664 lock(m_clientInterfaces) 7664 lock (m_clientInterfaces)
7665 { 7665 {
7666 m_clientInterfaces.Add(typeof(T), iface); 7666 m_clientInterfaces.Add(typeof(T), iface);
7667 } 7667 }