new fix for director protected members + overloading
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8790 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
358c35bf35
commit
caf47cde94
3 changed files with 20 additions and 3 deletions
|
|
@ -60,3 +60,9 @@ try:
|
|||
except:
|
||||
error = 0
|
||||
if (error): raise RuntimeError
|
||||
|
||||
|
||||
try:
|
||||
f = director_abstract.A.f
|
||||
except:
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue