opps forgot to commit a changed file.

This commit is contained in:
MW
2009-02-26 20:18:29 +00:00
parent ed2de7ac82
commit 5254c1dfa7

View File

@@ -4,7 +4,7 @@ using System.Text;
namespace OpenSim.Framework
{
public class RegistryCore
public class RegistryCore : IRegistryCore
{
protected Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>();