summaryrefslogtreecommitdiff
path: root/includes/luacd.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/luacd.h')
-rw-r--r--includes/luacd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/luacd.h b/includes/luacd.h
index 2c66d96..339d843 100644
--- a/includes/luacd.h
+++ b/includes/luacd.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: luacd.h,v 1.3 2003-12-08 15:12:57 pixel Exp $ */
+/* $Id: luacd.h,v 1.4 2003-12-10 02:59:31 pixel Exp $ */
#ifndef __LUACD_H__
#define __LUACD_H__
@@ -31,6 +31,7 @@
#define CD_PUSHSTATICS(L) { \
Luacdutils::pushstatics(L); \
Luacdfile::pushstatics(L); \
+ Luacddate::pushstatics(L); \
LuaPVD::pushstatics(L); \
LuaDirTree::pushstatics(L); \
Luaisobuilder::pushstatics(L); \
@@ -63,6 +64,7 @@ class Luadirentry : public LuaObject {
class Luacddate : public LuaObject {
public:
+ static void pushstatics(Lua *) throw (GeneralException);
Luacddate(isobuilder::Date *);
private:
virtual void pushmembers(Lua *);