From ecb115ec57dcf948262731ff929101647a5f0741 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 10 Jun 2010 02:14:00 +0200 Subject: Typo... --- include/BLua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/BLua.h b/include/BLua.h index a6ed935..f892e62 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -182,7 +182,7 @@ class Lua : public Base { return r; } - lua_State * getstate() { return lua_State; } + lua_State * getstate() { return L; } protected: virtual Lua * spawn_from_thread(lua_State *); Lua(lua_State *); -- cgit v1.2.3