From ad49068027fce73fd0a3a3d2c196c567b4f073f6 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 1 Jun 2009 08:32:04 -0700 Subject: How is linux handling that ? dumpvar is static, we shouldn't be able to call this method. --- lib/BLua.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/BLua.cc b/lib/BLua.cc index 2451998..7a85b07 100644 --- a/lib/BLua.cc +++ b/lib/BLua.cc @@ -276,7 +276,7 @@ int LuaStatics::dumpvars(lua_State * _L) { if (L->isstring(2)) L->getglobal(L->tostring(2)); - h = recast(); + h = L->recast(); L->dumpvars(h, prefix); -- cgit v1.2.3