formatting fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
757d2e2e37
commit
1ebd0466f5
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ protected:
|
|||
|
||||
class Language:public Dispatcher {
|
||||
public:
|
||||
Language ();
|
||||
virtual ~ Language ();
|
||||
Language();
|
||||
virtual ~Language();
|
||||
virtual int emit_one(Node *n);
|
||||
|
||||
/* Parse command line options */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue