add missing ; detected by improper inclusion of this file via stl.i
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8231 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
20af03cd45
commit
a24a1d922f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
%exceptionclass Exception;
|
||||
#if !defined(SWIG_STD_EXCEPTIONS_AS_CLASSES)
|
||||
%typemap(throws,noblock=1) Exception {
|
||||
SWIG_exception(Code, $1.what())
|
||||
SWIG_exception(Code, $1.what());
|
||||
}
|
||||
%ignore Exception;
|
||||
struct Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue