Browse Source

Update RelativeRectComparer.cs

Wiesław Šoltés 10 years ago
parent
commit
4ea890e229
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Perspex.SceneGraph.UnitTests/RelativeRectComparer.cs

+ 1 - 1
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();
         }