Put the 'new' back to avoid a warning. Yes, we want to hide it.

This commit is contained in:
Diva Canto
2011-01-17 17:52:03 -08:00
parent a07375a7ae
commit f73c90c633

View File

@@ -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;