Browse Source

Initialize the method access specifiers to public.

pull/1/head
triton 13 years ago
parent
commit
d96139636c
  1. 1
      src/Bridge/Method.cs

1
src/Bridge/Method.cs

@ -65,6 +65,7 @@ namespace Cxxi @@ -65,6 +65,7 @@ namespace Cxxi
{
public Method()
{
Access = AccessSpecifier.Public;
}
public AccessSpecifier Access { get; set; }

Loading…
Cancel
Save