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:
Marcelo Matus 2006-02-11 18:09:46 +00:00
commit caf47cde94
3 changed files with 20 additions and 3 deletions

View file

@ -60,3 +60,9 @@ try:
except:
error = 0
if (error): raise RuntimeError
try:
f = director_abstract.A.f
except:
raise RuntimeError