From 122edf9b051308f715a325066ed480537ea0a841 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 17 Feb 2005 08:31:04 +0000 Subject: Fixing throwers --- lib/BLua.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/BLua.cc b/lib/BLua.cc index 8f5e3ca..056598f 100644 --- a/lib/BLua.cc +++ b/lib/BLua.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.cc,v 1.27 2004-12-27 22:18:52 pixel Exp $ */ +/* $Id: BLua.cc,v 1.28 2005-02-17 08:31:04 pixel Exp $ */ #include "BLua.h" #include @@ -54,7 +54,7 @@ class LuaStatics : public Base { static int putF(lua_State *, const void *, size_t, void *); static int luapanic(lua_State *); static int trueluapanic(lua_State *) throw(GeneralException); - static int luaerror(lua_State *); + static int luaerror(lua_State *) throw (GeneralException); static int callwrap(lua_State *, lua_CFunction); static int collector(lua_State *); static int destructor(lua_State *); -- cgit v1.2.3