mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Put the 'new' back to avoid a warning. Yes, we want to hide it.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenSim.Services.HypergridService
|
||||
LogManager.GetLogger(
|
||||
MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected IXInventoryData m_Database;
|
||||
protected new IXInventoryData m_Database;
|
||||
|
||||
private string m_ProfileServiceURL;
|
||||
private IUserAccountService m_UserAccountService;
|
||||
|
||||
Reference in New Issue
Block a user