Fixed initialization bug.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@522 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b3cc0723f5
commit
b095812824
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ public :
|
|||
useRegisterNatives=0;
|
||||
finalize=0;
|
||||
shadow_classes = NewHash();
|
||||
classdef_emitted = 0;
|
||||
shadow_classdef_emitted = 0;
|
||||
};
|
||||
|
||||
// Virtual functions required by the SWIG parser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue