diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index dfbdc94a78b..c10f09d3409 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -855,7 +855,8 @@ build_secondary_vtable (binfo, for_type) tree new_decl; tree offset; tree path = binfo; - char *buf, *buf2; + char *buf; + const char *buf2; char joiner = '_'; int i; |