From 05d3449cf9f5df801a2d4783eada844303cc8745 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 17 Dec 2009 01:52:59 +0100 Subject: Adding the new LuaHandleLua push construct on the LuaHandle module. --- src/plugin-luahandle.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/plugin-luahandle.cc b/src/plugin-luahandle.cc index 096ad17..c1cd3f1 100644 --- a/src/plugin-luahandle.cc +++ b/src/plugin-luahandle.cc @@ -17,6 +17,7 @@ static void _init_plugin(Lua * L) { LuaInput::pushconstruct(L); LuaOutput::pushconstruct(L); LuaBuffer::pushconstruct(L); + LuaHandleLua::pushconstruct(L); LuaHandle::pushconstruct(L); } -- cgit v1.2.3