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:
Marcelo Matus 2006-02-20 18:18:44 +00:00
commit 95815dd5a2
2 changed files with 3 additions and 3 deletions

View file

@ -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 */