Browse Source

Make sure we use a native type printer for symbols code generation.

pull/1332/head
João Matos 5 years ago committed by João Matos
parent
commit
083bcd845c
  1. 2
      src/Generator/Passes/SymbolsCodeGenerator.cs

2
src/Generator/Passes/SymbolsCodeGenerator.cs

@ -21,6 +21,8 @@ namespace CppSharp.Passes @@ -21,6 +21,8 @@ namespace CppSharp.Passes
ScopeKind = TypePrintScopeKind.Qualified,
ResolveTypedefs = true
};
cppTypePrinter.PushContext(TypePrinterContextKind.Native);
}
public override void Process()

Loading…
Cancel
Save