From a7e7cf82276d96ebc7827ec09d06eaae4c5610d0 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 28 May 2009 19:57:04 -0700 Subject: Uniformizing the usage of luarecast. --- lib/BLua.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/BLua.cc') diff --git a/lib/BLua.cc b/lib/BLua.cc index 270e952..2451998 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 = (Handle *) LuaObject::getme(L); + h = recast(); L->dumpvars(h, prefix); -- cgit v1.2.3