summaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 0c042089187..aa0523b4899 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -198,7 +198,7 @@ struct language_defn
/* Print a type using syntax appropriate for this language. */
- void (*la_print_type) (struct type *, char *, struct ui_file *, int,
+ void (*la_print_type) (struct type *, const char *, struct ui_file *, int,
int);
/* Print a typedef using syntax appropriate for this language.