mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Eliminated many warnings
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim.Data.MySQL
|
||||
return Delete(principalID.ToString(), friend);
|
||||
}
|
||||
|
||||
public bool Delete(string principalID, string friend)
|
||||
public override bool Delete(string principalID, string friend)
|
||||
{
|
||||
using (MySqlCommand cmd = new MySqlCommand())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user