2005-05-25 Ben Maurer <bmaurer@ximian.com>
[mono.git] / support / x-struct-str.c
index 09f1a6792fa52792cfca9f9d1aa089eb2f9e0d1c..68925ed2cf87d2841509099e0457a0b73c836acd 100644 (file)
@@ -14,8 +14,8 @@
 
 char* MPH_INTERNAL
 _mph_copy_structure_strings (
-       void *to,   size_t *to_offsets, 
-       void *from, size_t *from_offsets, 
+       void *to,         const size_t *to_offsets, 
+       const void *from, const size_t *from_offsets, 
        size_t num_strings)
 {
        int i;