summaryrefslogtreecommitdiff
path: root/src/format/mangling/demangler-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/mangling/demangler-int.h')
-rw-r--r--src/format/mangling/demangler-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/mangling/demangler-int.h b/src/format/mangling/demangler-int.h
index 2189bd0..f137fa0 100644
--- a/src/format/mangling/demangler-int.h
+++ b/src/format/mangling/demangler-int.h
@@ -34,7 +34,7 @@
typedef bool (* can_be_demangled_fc) (name_demangler *, const char *);
/* Procède au décodage d'une chaîne de caractères. */
-typedef bin_routine * (* demangle_routine_fc) (name_demangler *, const char *);
+typedef GBinRoutine * (* demangle_routine_fc) (name_demangler *, const char *);
/* Décodeur de nom d'éléments */