diff options
Diffstat (limited to 'include/demangle.h')
-rw-r--r-- | include/demangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/demangle.h b/include/demangle.h index 6e995e4817..b3b8c58c51 100644 --- a/include/demangle.h +++ b/include/demangle.h @@ -458,7 +458,7 @@ cplus_demangle_fill_name PARAMS ((struct demangle_component *fill, extern int cplus_demangle_fill_builtin_type PARAMS ((struct demangle_component *fill, - const char *typename)); + const char *type_name)); /* Fill in a DEMANGLE_COMPONENT_OPERATOR, using the name of the operator and the number of arguments which it takes (the latter is |