add back the newline at the end of the file since gcc complains too much
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9037 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
54eb801392
commit
932aaefda4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ class A {
|
|||
virtual MemberEnum member_virtual_test(MemberEnum e) { return e; }
|
||||
virtual GlobalEnum global_virtual_test(GlobalEnum e) { return global_test(e); }
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue