From 4ea890e229f29aa67eaef340f8d16d993548c4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Thu, 5 Nov 2015 12:43:57 +0100 Subject: [PATCH] Update RelativeRectComparer.cs --- tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs b/tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs index cbde00e36c..667e2b4cbb 100644 --- a/tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs +++ b/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(); }