fixing warning re ReplacableInterface()

trunk
Dr Scofield 2009-07-11 08:10:54 +00:00
parent 3f2ee8915d
commit 16b4e38f68
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Concierge
{
}
public Type ReplacableInterface
new public Type ReplacableInterface
{
get { return null; }
}