fixing warning re ReplacableInterface()

This commit is contained in:
Dr Scofield
2009-07-11 08:10:54 +00:00
parent 3f2ee8915d
commit 16b4e38f68

View File

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