Initialize a couple of members accidentally left uninitialized.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12647 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6bd724dbf9
commit
b8d2e9f8f6
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ public:
|
|||
saw_import(false),
|
||||
imported_package(NULL),
|
||||
interfaces(NULL),
|
||||
class_node(NULL),
|
||||
class_name(NULL),
|
||||
class_receiver(NULL),
|
||||
class_methods(NULL),
|
||||
making_variable_wrappers(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue