aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-03 22:26:15 +0100
committerJustin Clark-Casey (justincc)2010-09-03 22:26:15 +0100
commitfe63fad394b89314777f2c2713c349b3a3017256 (patch)
treec9f935f5eb2c46f1a00ae79eb2c7d20e379a34ea /OpenSim
parentAdd another variant of password hash construction to SimianAuthenticationServ... (diff)
downloadopensim-SC_OLD-fe63fad394b89314777f2c2713c349b3a3017256.zip
opensim-SC_OLD-fe63fad394b89314777f2c2713c349b3a3017256.tar.gz
opensim-SC_OLD-fe63fad394b89314777f2c2713c349b3a3017256.tar.bz2
opensim-SC_OLD-fe63fad394b89314777f2c2713c349b3a3017256.tar.xz
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Services/InventoryService/HGInventoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/InventoryService/HGInventoryService.cs b/OpenSim/Services/InventoryService/HGInventoryService.cs
index 6e6b019..d62c008 100644
--- a/OpenSim/Services/InventoryService/HGInventoryService.cs
+++ b/OpenSim/Services/InventoryService/HGInventoryService.cs
@@ -44,7 +44,7 @@ namespace OpenSim.Services.InventoryService
44 LogManager.GetLogger( 44 LogManager.GetLogger(
45 MethodBase.GetCurrentMethod().DeclaringType); 45 MethodBase.GetCurrentMethod().DeclaringType);
46 46
47 protected IXInventoryData m_Database; 47 protected new IXInventoryData m_Database;
48 48
49 public HGInventoryService(IConfigSource config) 49 public HGInventoryService(IConfigSource config)
50 : base(config) 50 : base(config)