Browse Source

Update RelativeRectComparer.cs

pull/303/head
Wiesław Šoltés 10 years ago
parent
commit
4ea890e229
  1. 2
      tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs

2
tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs

@ -17,7 +17,7 @@ namespace Perspex.SceneGraph.UnitTests
Math.Round(a.Rect.Height, 3) == Math.Round(b.Rect.Height, 3);
}
public int GetHashCode(Rect obj)
public int GetHashCode(RelativeRect obj)
{
throw new NotImplementedException();
}

Loading…
Cancel
Save