Warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5276 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fcb4392793
commit
d725be7f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1668,7 +1668,7 @@ int Language::classDeclaration(Node *n) {
|
|||
|
||||
int Language::classHandler(Node *n) {
|
||||
|
||||
bool hasDirector = Swig_directorclass(n);
|
||||
bool hasDirector = Swig_directorclass(n) ? true : false;
|
||||
|
||||
/* Emit all of the class members */
|
||||
emit_children(n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue