allow director protected members by default
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8854 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
50c10593e6
commit
95815dd5a2
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ char cvsroot_lang_cxx[] = "$Header$";
|
|||
#include <ctype.h>
|
||||
|
||||
static int director_mode = 0; /* set to 0 on default */
|
||||
static int director_protected_mode = 0; /* set to 0 on default */
|
||||
static int director_protected_mode = 1; /* set to 1 on default */
|
||||
static int naturalvar_mode = 0;
|
||||
|
||||
/* Set director_protected_mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue