Put the 'new' back to avoid a warning. Yes, we want to hide it.
parent
a07375a7ae
commit
f73c90c633
|
@ -53,7 +53,7 @@ namespace OpenSim.Services.HypergridService
|
||||||
LogManager.GetLogger(
|
LogManager.GetLogger(
|
||||||
MethodBase.GetCurrentMethod().DeclaringType);
|
MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
protected IXInventoryData m_Database;
|
protected new IXInventoryData m_Database;
|
||||||
|
|
||||||
private string m_ProfileServiceURL;
|
private string m_ProfileServiceURL;
|
||||||
private IUserAccountService m_UserAccountService;
|
private IUserAccountService m_UserAccountService;
|
||||||
|
|
Loading…
Reference in New Issue