summaryrefslogtreecommitdiff
path: root/lib/luacd.cpp
diff options
context:
space:
mode:
authorpixel <pixel>2004-12-27 22:18:53 +0000
committerpixel <pixel>2004-12-27 22:18:53 +0000
commit17c690153ff3b3c8d19470819f2ff27137548855 (patch)
tree86a643685a96816ed88a11bb41d05f2cd276d694 /lib/luacd.cpp
parent8587b087d9c686dd4a35a4f90c56856249f704e6 (diff)
adding C-closure wrapping to lua, and using it.
Diffstat (limited to 'lib/luacd.cpp')
-rw-r--r--lib/luacd.cpp10
1 files changed, 5 insertions, 5 deletions
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,