Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / image.h
index 08ee3d88c995c0b5afa6e187c345d3a2a5de13b5..1132bc4c43c6311498608b94ce21935335c0f124 100644 (file)
@@ -21,7 +21,7 @@ typedef struct {
 
 typedef struct {
        guint32   rows, row_size;
-       char     *base;
+       const char *base;
 
        /*
         * Tables contain up to 9 columns and the possible sizes of the
@@ -53,7 +53,7 @@ struct _MonoImage {
        MonoStreamHeader     heap_guid;
        MonoStreamHeader     heap_tables;
                            
-       char                *tables_base;
+       const char          *tables_base;
 
        MonoTableInfo        tables [64];