diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BLua.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/BLua.cc b/lib/BLua.cc index 4a37c1b..3ad95f7 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.29 2005-02-17 08:33:50 pixel Exp $ */ +/* $Id: BLua.cc,v 1.30 2005-02-17 08:39:06 pixel Exp $ */ #include <stdlib.h> #include "BLua.h" @@ -55,7 +55,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 *) throw (GeneralException); + static int luaerror(lua_State *); static int callwrap(lua_State *, lua_CFunction); static int collector(lua_State *); static int destructor(lua_State *); |