Warning fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5276 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-11-08 11:16:53 +00:00
commit d725be7f9e

View file

@ -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);