X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.ComponentModel%2FEditorAttribute.cs;h=3f3913b172f2c4e09ca3b80c9eed28a5ae5640e8;hb=2571837c88d0502a7e04d77fc9ccc9c195512419;hp=b9269cf2517d2605470ee0f2e76121b4ba12d08a;hpb=fbdf22214fd582b726b5910a6548526d2b95ef7b;p=mono.git diff --git a/mcs/class/System/System.ComponentModel/EditorAttribute.cs b/mcs/class/System/System.ComponentModel/EditorAttribute.cs index b9269cf2517..3f3913b172f 100644 --- a/mcs/class/System/System.ComponentModel/EditorAttribute.cs +++ b/mcs/class/System/System.ComponentModel/EditorAttribute.cs @@ -62,7 +62,7 @@ namespace System.ComponentModel { } } - public override bool Equals (object o) + public override bool Equals (object obj) { if (!(obj is EditorAttribute)) return false;