diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-07-17 23:06:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-07-17 23:06:19 (GMT) |
commit | f225f8af4eff40b5096f512b699571554e54f097 (patch) | |
tree | 8f0ec45beab6434dc77cb32151242f6eeacb2bea /plugins/itanium | |
parent | 7efc82d0b78389638fd1b9fac7203f8aad13b53c (diff) |
Got the namespace separator from formats when listing symbols.
Diffstat (limited to 'plugins/itanium')
-rw-r--r-- | plugins/itanium/demangler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/itanium/demangler.c b/plugins/itanium/demangler.c index 690f7c8..5fe0d09 100644 --- a/plugins/itanium/demangler.c +++ b/plugins/itanium/demangler.c @@ -90,6 +90,7 @@ static void g_itanium_demangler_class_init(GItaniumDemanglerClass *klass) demangler->can_demangle = (can_be_demangled_fc)NULL; + demangler->ns_sep = "::"; demangler->context_type = G_TYPE_ITANIUM_DEMANGLING; } |