diff --git a/src/Generator/Types/CppTypePrinter.cs b/src/Generator/Types/CppTypePrinter.cs index 15a9aed9..22345d8b 100644 --- a/src/Generator/Types/CppTypePrinter.cs +++ b/src/Generator/Types/CppTypePrinter.cs @@ -212,7 +212,7 @@ namespace CppSharp.Types public string VisitParameterDecl(Parameter parameter) { - throw new NotImplementedException(); + return VisitParameter(parameter, hasName: false); } public string VisitTypedefDecl(TypedefDecl typedef)