Making sure mono_marshal_free is used instead of g_free in mono_string_builder_to_utf8
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComMemberType.cs
old mode 100755 (executable)
new mode 100644 (file)
index 85dc95f..480d18a
@@ -33,6 +33,7 @@ using System;
 namespace System.Runtime.InteropServices
 {
        [Serializable]
+       [ComVisible (true)]
        public enum ComMemberType {
                Method  = 0,
                PropGet = 1,