Browse Source

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

pull/1332/head
João Matos 6 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
ScopeKind = TypePrintScopeKind.Qualified, ScopeKind = TypePrintScopeKind.Qualified,
ResolveTypedefs = true ResolveTypedefs = true
}; };
cppTypePrinter.PushContext(TypePrinterContextKind.Native);
} }
public override void Process() public override void Process()

Loading…
Cancel
Save