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:
Marcelo Matus 2006-01-06 00:33:03 +00:00
commit a24a1d922f

View file

@ -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 {