From a24a1d922ff15fffc5a804cd7beaa01b55dfccd6 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 6 Jan 2006 00:33:03 +0000 Subject: [PATCH] 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 --- Lib/std_except.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/std_except.i b/Lib/std_except.i index 642f5697b..776d1b8f4 100644 --- a/Lib/std_except.i +++ b/Lib/std_except.i @@ -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 {