scilab: fix allprotected test
This commit is contained in:
parent
8b998cb538
commit
78360b4d1b
2 changed files with 51 additions and 31 deletions
|
|
@ -8,6 +8,11 @@
|
|||
|
||||
%include "std_string.i"
|
||||
|
||||
#ifdef SWIGSCILAB
|
||||
%rename(ProcBase) ProtectedBase;
|
||||
%rename(PubBase) PublicBase;
|
||||
#endif
|
||||
|
||||
%feature("director") PublicBase;
|
||||
%feature("director") ProtectedBase;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue