summaryrefslogtreecommitdiff
path: root/src/format/mangling/context-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/mangling/context-int.h')
-rw-r--r--src/format/mangling/context-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format/mangling/context-int.h b/src/format/mangling/context-int.h
index e8e6ec0..ba4a1a9 100644
--- a/src/format/mangling/context-int.h
+++ b/src/format/mangling/context-int.h
@@ -36,6 +36,7 @@ struct _GDemanglingContext
union
{
+ GBinRoutine *routine; /* Routine décodée */
GOpenidaType *type; /* Type décodé */
};