From 17c690153ff3b3c8d19470819f2ff27137548855 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 27 Dec 2004 22:18:53 +0000 Subject: adding C-closure wrapping to lua, and using it. --- lib/luacd.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/luacd.cpp') diff --git a/lib/luacd.cpp b/lib/luacd.cpp index a594f27..ae4ad34 100644 --- a/lib/luacd.cpp +++ b/lib/luacd.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: luacd.cpp,v 1.16 2004-12-17 11:48:41 pixel Exp $ */ +/* $Id: luacd.cpp,v 1.17 2004-12-27 22:18:53 pixel Exp $ */ #include "luacd.h" @@ -27,10 +27,10 @@ \**************************/ Luacdutils::Luacdutils(cdutils * _cd) : cd(_cd) { } -class Luacdfile : public LuaHandle { - public: - Luacdfile(cdfile * h) : LuaHandle(h) {} -}; +class Luacdfile : public LuaHandle { + public: + Luacdfile(cdfile * h) : LuaHandle(h) {} +}; enum cdutils_methods_t { CDUTILS_SETISOW = 0, -- cgit v1.2.3