adding missing virtual destructor
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7020 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
830baef907
commit
09636e03f4
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ class Dispatcher {
|
|||
public:
|
||||
|
||||
Dispatcher() : cplus_mode(PUBLIC) {}
|
||||
virtual ~Dispatcher() {}
|
||||
|
||||
virtual int emit_one(Node *n);
|
||||
virtual int emit_children(Node *n);
|
||||
virtual int defaultHandler(Node *n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue