On more virtual method

connector_plugin
Diva Canto 2012-10-01 15:55:24 -07:00
parent 503ce70f74
commit 0b9bf236dd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace OpenSim.Services.Interfaces
}
public Dictionary<string, object> ToKeyValuePairs()
public virtual Dictionary<string, object> ToKeyValuePairs()
{
Dictionary<string, object> result = new Dictionary<string, object>();
result["UserID"] = UserID;