[corlib] Tweak the fix for the reference sources' inability to support sub-minute...
[mono.git] / mcs / class / WindowsBase / System.Windows / Size.cs
index d5345f59d40e61b7fda7fd35bc327a6428f0b9c6..9e45b1a81d1f1199dcdb077998b6796e8ddac8db 100644 (file)
@@ -79,7 +79,7 @@ namespace System.Windows {
                        return String.Format ("{0},{1}", width, height);
                }
 
-               public string ToString (IFormatProvider formatProvider)
+               public string ToString (IFormatProvider provider)
                {
                        throw new NotImplementedException ();
                }