summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-17 01:52:59 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-17 01:52:59 +0100
commit05d3449cf9f5df801a2d4783eada844303cc8745 (patch)
tree27b0a203472194a83c86f398abc12e38bb3db33d
parenta2ad60526b242416a67b4f2e95a6d9162698385e (diff)
Adding the new LuaHandleLua push construct on the LuaHandle module.
-rw-r--r--src/plugin-luahandle.cc1
1 files changed, 1 insertions, 0 deletions
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);
}