minor: remove mono compiler warning

prebuild-update
Justin Clark-Casey (justincc) 2010-09-03 22:26:15 +01:00
parent d6deebdd63
commit fe63fad394
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace OpenSim.Services.InventoryService
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
protected IXInventoryData m_Database;
protected new IXInventoryData m_Database;
public HGInventoryService(IConfigSource config)
: base(config)