Browse Source

Methods can now store what kind of conversion they need.

pull/1/head
triton 13 years ago
parent
commit
52060cb7e7
  1. 2
      src/Bridge/Method.cs

2
src/Bridge/Method.cs

@ -90,5 +90,7 @@ namespace Cxxi @@ -90,5 +90,7 @@ namespace Cxxi
public bool IsDefaultConstructor;
public bool IsCopyConstructor;
public bool IsMoveConstructor;
public MethodConversionKind Conversion { get; set; }
}
}
Loading…
Cancel
Save