Browse Source

Added a new field acessor synth kind.

pull/990/merge
Joao Matos 8 years ago
parent
commit
73e11e7c32
  1. 3
      src/AST/Function.cs

3
src/AST/Function.cs

@ -128,7 +128,8 @@ namespace CppSharp.AST @@ -128,7 +128,8 @@ namespace CppSharp.AST
ComplementOperator,
AbstractImplCall,
DefaultValueOverload,
InterfaceInstance
InterfaceInstance,
FieldAcessor
}
public enum FriendKind

Loading…
Cancel
Save