fix for new member variable function names
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ad82d61fe6
commit
f93247e21f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ public class runme
|
|||
}
|
||||
// Constant - imtype typemap attributes check
|
||||
{
|
||||
MethodInfo member = (MethodInfo)imclasstype.GetMember("get_TESTMACRO")[0];
|
||||
MethodInfo member = (MethodInfo)imclasstype.GetMember("TESTMACRO_get")[0];
|
||||
if (Attribute.GetCustomAttribute(member, typeof(IntegerOutAttribute)) == null)
|
||||
throw new Exception("No IntegerOut attribute for " + member.Name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue