Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComConversionLossAttribute.cs
old mode 100755 (executable)
new mode 100644 (file)
index ee63ad4..6e633a5
@@ -34,6 +34,7 @@ using System;
 namespace System.Runtime.InteropServices {
 
        [AttributeUsage (AttributeTargets.All, Inherited=false)]
+       [ComVisible (true)]
        public sealed class ComConversionLossAttribute : Attribute
        {
                public ComConversionLossAttribute ()