diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 2b74aa3..6045dc0 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -122,9 +122,9 @@ namespace OpenSim | |||
122 | } | 122 | } |
123 | protected ModuleLoader m_moduleLoader; | 123 | protected ModuleLoader m_moduleLoader; |
124 | 124 | ||
125 | protected RegistryCore m_applicationRegistry = new RegistryCore(); | 125 | protected IRegistryCore m_applicationRegistry = new RegistryCore(); |
126 | 126 | ||
127 | public RegistryCore ApplicationRegistry | 127 | public IRegistryCore ApplicationRegistry |
128 | { | 128 | { |
129 | get { return m_applicationRegistry; } | 129 | get { return m_applicationRegistry; } |
130 | } | 130 | } |