aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/RegistryCore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegistryCore.cs b/OpenSim/Framework/RegistryCore.cs
index 06732f5..c703f9f 100644
--- a/OpenSim/Framework/RegistryCore.cs
+++ b/OpenSim/Framework/RegistryCore.cs
@@ -4,7 +4,7 @@ using System.Text;
4 4
5namespace OpenSim.Framework 5namespace OpenSim.Framework
6{ 6{
7 public class RegistryCore 7 public class RegistryCore : IRegistryCore
8 { 8 {
9 protected Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>(); 9 protected Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>();
10 10