new fix
This commit is contained in:
parent
a56ec182e5
commit
811bba9e54
@ -146,7 +146,7 @@ namespace Liner
|
||||
{
|
||||
return false;
|
||||
}
|
||||
var otherMap = other;
|
||||
var otherMap = other as AbstractMap;
|
||||
if(otherMap == null)
|
||||
{
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user