diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IMapImageUploadModule.cs (renamed from OpenSim/Region/Framework/Interfaces/IMapTileModule.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IMapTileModule.cs b/OpenSim/Region/Framework/Interfaces/IMapImageUploadModule.cs index 857d923..5151567 100644 --- a/OpenSim/Region/Framework/Interfaces/IMapTileModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IMapImageUploadModule.cs | |||
@@ -31,7 +31,7 @@ using System.Drawing; | |||
31 | 31 | ||
32 | namespace OpenSim.Region.Framework.Interfaces | 32 | namespace OpenSim.Region.Framework.Interfaces |
33 | { | 33 | { |
34 | public interface IMapTileModule | 34 | public interface IMapImageUploadModule |
35 | { | 35 | { |
36 | /// <summary> | 36 | /// <summary> |
37 | /// Upload a new maptile | 37 | /// Upload a new maptile |