X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FAssemblyFlagsAttribute.cs;h=4b1cbc4d6cacf0e164f53156929189719fd76f67;hb=4323fbeaebf249f016dfdd6dc9b3b52a515f87c4;hp=a52f439140ab20a9def8569084a823b23d1b4a72;hpb=c39d7ce9985a7067c1cbf44188007c9433901940;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/AssemblyFlagsAttribute.cs b/mcs/class/corlib/System.Reflection/AssemblyFlagsAttribute.cs index a52f439140a..4b1cbc4d6ca 100644 --- a/mcs/class/corlib/System.Reflection/AssemblyFlagsAttribute.cs +++ b/mcs/class/corlib/System.Reflection/AssemblyFlagsAttribute.cs @@ -58,9 +58,9 @@ namespace System.Reflection #if NET_2_0 [Obsolete("")] #endif - public AssemblyFlagsAttribute (int flags) + public AssemblyFlagsAttribute (int assemblyFlags) { - this.flags = (uint)flags; + this.flags = (uint)assemblyFlags; } #endif