2008-10-24 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / metadata / metadata.h
index 4b1c3db7325ec053a19e9e6fa21569bc8e6f8721..1238b52ef4085b7b5e5fe8e6b9824e2f7648cfa8 100644 (file)
@@ -334,7 +334,7 @@ struct _MonoType {
                MonoGenericClass *generic_class; /* for GENERICINST */
        } data;
        unsigned int attrs    : 16; /* param attributes or field flags */
-       unsigned int type     : 8;  /* ElementTypeEnum */
+       MonoTypeEnum type     : 8;
        unsigned int num_mods : 6;  /* max 64 modifiers follow at the end */
        unsigned int byref    : 1;
        unsigned int pinned   : 1;  /* valid when included in a local var signature */