From 5254c1dfa7b4f39edad15ace082bf33b603cd466 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 26 Feb 2009 20:18:29 +0000 Subject: opps forgot to commit a changed file. --- OpenSim/Framework/RegistryCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') 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; namespace OpenSim.Framework { - public class RegistryCore + public class RegistryCore : IRegistryCore { protected Dictionary m_moduleInterfaces = new Dictionary(); -- cgit v1.1