diff options
author | Diva Canto | 2011-01-17 17:52:03 -0800 |
---|---|---|
committer | Diva Canto | 2011-01-17 17:52:03 -0800 |
commit | f73c90c63389cbdf568fd66840268b913f7f84da (patch) | |
tree | 32cc3017b21f2c9fb6197367bea909f7bd5ca428 | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-f73c90c63389cbdf568fd66840268b913f7f84da.zip opensim-SC_OLD-f73c90c63389cbdf568fd66840268b913f7f84da.tar.gz opensim-SC_OLD-f73c90c63389cbdf568fd66840268b913f7f84da.tar.bz2 opensim-SC_OLD-f73c90c63389cbdf568fd66840268b913f7f84da.tar.xz |
Put the 'new' back to avoid a warning. Yes, we want to hide it.
-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 4b02698..9ee1ae4 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 IXInventoryData m_Database; | 56 | protected new 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; |