diff options
author | Justin Clark-Casey (justincc) | 2011-01-18 00:29:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-01-18 00:29:10 +0000 |
commit | 3083c517a01b4265434f9286aa1c95b2b513549b (patch) | |
tree | b566437e6be4c05f579a18b9f516977296040059 /OpenSim/Services/HypergridService/HGInventoryService.cs | |
parent | Prune some of the excess logging for client logins. (diff) | |
download | opensim-SC_OLD-3083c517a01b4265434f9286aa1c95b2b513549b.zip opensim-SC_OLD-3083c517a01b4265434f9286aa1c95b2b513549b.tar.gz opensim-SC_OLD-3083c517a01b4265434f9286aa1c95b2b513549b.tar.bz2 opensim-SC_OLD-3083c517a01b4265434f9286aa1c95b2b513549b.tar.xz |
minor: resolve some mono compiler warnings
Diffstat (limited to 'OpenSim/Services/HypergridService/HGInventoryService.cs')
-rw-r--r-- | OpenSim/Services/HypergridService/HGInventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/HGInventoryService.cs b/OpenSim/Services/HypergridService/HGInventoryService.cs index 9ee1ae4..4b02698 100644 --- a/OpenSim/Services/HypergridService/HGInventoryService.cs +++ b/OpenSim/Services/HypergridService/HGInventoryService.cs | |||
@@ -53,7 +53,7 @@ namespace OpenSim.Services.HypergridService | |||
53 | LogManager.GetLogger( | 53 | LogManager.GetLogger( |
54 | MethodBase.GetCurrentMethod().DeclaringType); | 54 | MethodBase.GetCurrentMethod().DeclaringType); |
55 | 55 | ||
56 | protected new IXInventoryData m_Database; | 56 | protected IXInventoryData m_Database; |
57 | 57 | ||
58 | private string m_ProfileServiceURL; | 58 | private string m_ProfileServiceURL; |
59 | private IUserAccountService m_UserAccountService; | 59 | private IUserAccountService m_UserAccountService; |