diff options
Diffstat (limited to 'lib/BLua.cc')
-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 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 <lualib.h> @@ -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 *); |