From 606163a9d87151fb10794701d7e86f68dbc8122f Mon Sep 17 00:00:00 2001 From: diva Date: Mon, 29 Dec 2008 21:26:44 +0000 Subject: Minor change in HGSceneCommunicationService, making one field public readonly. Totally harmless. --- .../Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs') diff --git a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs index f01b2863..363a93f 100644 --- a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs @@ -49,7 +49,7 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); - private IHyperlink m_hg; + public readonly IHyperlink m_hg; public HGSceneCommunicationService(CommunicationsManager commsMan, IHyperlink hg) : base(commsMan) { -- cgit v1.1