diff options
author | Diva Canto | 2015-09-06 09:31:35 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-06 09:31:35 -0700 |
commit | 4f208b6282174bf19a5d9c6802f90900c0e74ec8 (patch) | |
tree | 480f07fdacb248355e491a21130cb97d0f4053c5 /OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs | |
parent | Amend to previous commit: delete the corresponding AssemblyInfo's (diff) | |
download | opensim-SC-4f208b6282174bf19a5d9c6802f90900c0e74ec8.zip opensim-SC-4f208b6282174bf19a5d9c6802f90900c0e74ec8.tar.gz opensim-SC-4f208b6282174bf19a5d9c6802f90900c0e74ec8.tar.bz2 opensim-SC-4f208b6282174bf19a5d9c6802f90900c0e74ec8.tar.xz |
Related to previous commits: fixed namespace.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs b/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs index c566fc7..2d1505d 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/IRegionLoader.cs | |||
@@ -26,8 +26,9 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using Nini.Config; | 28 | using Nini.Config; |
29 | using OpenSim.Framework; | ||
29 | 30 | ||
30 | namespace OpenSim.Framework | 31 | namespace OpenSim.ApplicationPlugins.LoadRegions |
31 | { | 32 | { |
32 | public interface IRegionLoader | 33 | public interface IRegionLoader |
33 | { | 34 | { |