summaryrefslogtreecommitdiff
path: root/src/format/mangling/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/mangling/context.c')
-rw-r--r--src/format/mangling/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/mangling/context.c b/src/format/mangling/context.c
index 05fc9a2..7180995 100644
--- a/src/format/mangling/context.c
+++ b/src/format/mangling/context.c
@@ -108,7 +108,7 @@ GBinRoutine *g_demangling_context_get_decoded_routine(const GDemanglingContext *
* *
******************************************************************************/
-GOpenidaType *g_demangling_context_get_decoded_type(const GDemanglingContext *context)
+GDataType *g_demangling_context_get_decoded_type(const GDemanglingContext *context)
{
return context->type;