From e4c7bdc730ab2d550b8c308841049224c0cbddf6 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 30 Dec 2008 20:48:31 +0000 Subject: * Remove mono compiler warnings * Leaving the 23 warnings in ChildAgentDataUpdate.cs for Diva to look at --- OpenSim/Region/Environment/Interfaces/IEstateModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Interfaces/IEstateModule.cs') diff --git a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs index 8e393bb..d84af20 100644 --- a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs +++ b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs @@ -37,7 +37,7 @@ namespace OpenSim.Region.Environment.Interfaces bool IsManager(UUID avatarID); /// - /// Tell all clients about the current state of the region (terrain textures, water height, etc.) + /// Tell all clients about the current state of the region (terrain textures, water height, etc.). /// void sendRegionHandshakeToAll(); } -- cgit v1.1