diff --git a/src/Generator/Generators/CLI/CLITypePrinter.cs b/src/Generator/Generators/CLI/CLITypePrinter.cs index 2b6e64c1..659ddeb6 100644 --- a/src/Generator/Generators/CLI/CLITypePrinter.cs +++ b/src/Generator/Generators/CLI/CLITypePrinter.cs @@ -285,7 +285,7 @@ namespace CppSharp.Generators.CLI public string VisitTemplateParameterSubstitutionType( TemplateParameterSubstitutionType param, TypeQualifiers quals) { - throw new NotImplementedException(); + return param.Replacement.Visit(this); } public string VisitInjectedClassNameType(InjectedClassNameType injected, TypeQualifiers quals)