Directors are output in the order in which they are declared in the C++ class rather than in some pseudo-random order.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9393 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-10-03 22:52:31 +00:00
commit 761373ad42

View file

@ -197,7 +197,7 @@ public:
virtual int classDirectorEnd(Node *n);
virtual int unrollVirtualMethods(Node *n,
Node *parent,
Hash *vm,
List *vm,
int default_director,
int &virtual_destructor,
int protectedbase = 0);