Browse Source

Added a property to the event to contain the declaration it wraps.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/114/head
Dimitar Dobrev 12 years ago
parent
commit
c586529398
  1. 2
      src/AST/Event.cs

2
src/AST/Event.cs

@ -18,5 +18,7 @@ namespace CppSharp.AST @@ -18,5 +18,7 @@ namespace CppSharp.AST
public QualifiedType QualifiedType { get; set; }
public List<Parameter> Parameters;
public Declaration OriginalDeclaration { get; set; }
}
}

Loading…
Cancel
Save