Browse Source

Disable Emscripten property generation.

pull/1868/head
Joao Matos 10 months ago
parent
commit
6beba4bfee
  1. 5
      src/Generator/Generators/Emscripten/EmscriptenSources.cs

5
src/Generator/Generators/Emscripten/EmscriptenSources.cs

@ -117,6 +117,11 @@ namespace CppSharp.Generators.Emscripten @@ -117,6 +117,11 @@ namespace CppSharp.Generators.Emscripten
}
}
public override bool VisitProperty(Property property)
{
return true;
}
public override bool VisitMethodDecl(Method method)
{
Indent();

Loading…
Cancel
Save