2005-01-28 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index 882fac28d71792bc47145fa7689873db13969fca..0438e43612170b57da6e6b8afe88fd72126fac95 100644 (file)
@@ -62,7 +62,7 @@ static void cp_print_hpacc_virtual_table_entries (struct type *, int *,
 
 
 void
-cp_print_class_method (char *valaddr,
+cp_print_class_method (const bfd_byte *valaddr,
                       struct type *type,
                       struct ui_file *stream)
 {
@@ -673,7 +673,7 @@ cp_print_static_field (struct type *type,
 }
 
 void
-cp_print_class_member (char *valaddr, struct type *domain,
+cp_print_class_member (const bfd_byte *valaddr, struct type *domain,
                       struct ui_file *stream, char *prefix)
 {
 
This page took 0.023232 seconds and 4 git commands to generate.