summaryrefslogtreecommitdiff
path: root/src/mangling/demangler-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-17 23:06:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-17 23:06:19 (GMT)
commitf225f8af4eff40b5096f512b699571554e54f097 (patch)
tree8f0ec45beab6434dc77cb32151242f6eeacb2bea /src/mangling/demangler-int.h
parent7efc82d0b78389638fd1b9fac7203f8aad13b53c (diff)
Got the namespace separator from formats when listing symbols.
Diffstat (limited to 'src/mangling/demangler-int.h')
-rw-r--r--src/mangling/demangler-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mangling/demangler-int.h b/src/mangling/demangler-int.h
index 1039845..7c7ae69 100644
--- a/src/mangling/demangler-int.h
+++ b/src/mangling/demangler-int.h
@@ -48,6 +48,7 @@ struct _GCompDemanglerClass
can_be_demangled_fc can_demangle; /* Possibilité de traitement */
+ const char *ns_sep; /* Motif de séparation */
GType context_type; /* Contexte de décodage */
};