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

viewer-2-initial-appearance
Diva Canto 2011-01-17 17:52:03 -08:00
parent a07375a7ae
commit f73c90c633
1 changed files with 1 additions and 1 deletions

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;