We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3830b0 commit 42fe2b5Copy full SHA for 42fe2b5
src/Generator/Generators/CLI/CLIHeaders.cs
@@ -469,6 +469,7 @@ public void GenerateClassEvents(Class @class)
469
if (!@event.IsGenerated) continue;
470
471
var cppTypePrinter = new CppTypePrinter(Context);
472
+ cppTypePrinter.PushContext(TypePrinterContextKind.Native);
473
var cppArgs = cppTypePrinter.VisitParameters(@event.Parameters, hasNames: true);
474
475
WriteLine("private:");
0 commit comments