diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/CAPSService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/CAPSService.cs b/OpenSim/Framework/Communications/CAPSService.cs index 59cfc06..9cb04a9 100644 --- a/OpenSim/Framework/Communications/CAPSService.cs +++ b/OpenSim/Framework/Communications/CAPSService.cs | |||
@@ -32,7 +32,7 @@ namespace OpenSim.Framework.Communications | |||
32 | { | 32 | { |
33 | public class CAPSService | 33 | public class CAPSService |
34 | { | 34 | { |
35 | private BaseHttpServer m_server; | 35 | private readonly BaseHttpServer m_server; |
36 | 36 | ||
37 | public CAPSService(BaseHttpServer httpServer) | 37 | public CAPSService(BaseHttpServer httpServer) |
38 | { | 38 | { |