diff options
Diffstat (limited to 'gcc/c-family/c-pretty-print.h')
-rw-r--r-- | gcc/c-family/c-pretty-print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-pretty-print.h b/gcc/c-family/c-pretty-print.h index 8c516c3..8d69620 100644 --- a/gcc/c-family/c-pretty-print.h +++ b/gcc/c-family/c-pretty-print.h @@ -36,7 +36,7 @@ enum pp_c_pretty_print_flags /* The data type used to bundle information necessary for pretty-printing a C or C++ entity. */ -struct c_pretty_printer; +class c_pretty_printer; /* The type of a C pretty-printer 'member' function. */ typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree); |