mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Eliminated many warnings
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenSim.Data.PGSQL
|
||||
}
|
||||
|
||||
|
||||
public bool Delete(string principalID, string friend)
|
||||
public override bool Delete(string principalID, string friend)
|
||||
{
|
||||
UUID princUUID = UUID.Zero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user