From c6ad2948bb98d42f8e0883ef82cd14cd2d5eda60 Mon Sep 17 00:00:00 2001 From: Patrick Schönberger Date: Sat, 14 Aug 2021 14:56:12 +0200 Subject: add antlr source code and ReadMe --- src/toc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/toc.h') diff --git a/src/toc.h b/src/toc.h index 254abf2..c31e12b 100644 --- a/src/toc.h +++ b/src/toc.h @@ -305,7 +305,9 @@ void tocFunction (std::ostream & out, const Function & f, bool stub) currentInstantiation[f.genericTypeNames[i]] = instantiation[i]; } - out << f.returnType << " " << generateModifiers(namespacePrefix() + f.name, f.returnType.modifiers) << genericAppendix(instantiation) << " (" << vectorStr(f.parameters, ", ") << ")"; + out << f.returnType << " " << + generateModifiers(namespacePrefix() + f.name + genericAppendix(instantiation), f.returnType.modifiers) << + " (" << vectorStr(f.parameters, ", ") << ")"; if (stub) { -- cgit v1.2.3