scilab: fix allprotected test

This commit is contained in:
Simon Marchetto 2014-09-26 17:23:41 +02:00
commit 78360b4d1b
2 changed files with 51 additions and 31 deletions

View file

@ -8,6 +8,11 @@
%include "std_string.i"
#ifdef SWIGSCILAB
%rename(ProcBase) ProtectedBase;
%rename(PubBase) PublicBase;
#endif
%feature("director") PublicBase;
%feature("director") ProtectedBase;