On more virtual method
parent
503ce70f74
commit
0b9bf236dd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue