Removed bogus semicolon after method definition.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9352 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
af0e3e86e6
commit
6a6610c850
1 changed files with 1 additions and 2 deletions
|
|
@ -369,8 +369,7 @@ macro(size_t, pfx, sizet)
|
|||
Foo(const Foo&)
|
||||
{
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Foo copy(Foo x)
|
||||
{
|
||||
return x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue