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:
parent
1596cf1753
commit
761373ad42
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue