summaryrefslogtreecommitdiff
path: root/xml/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/object.c')
-rw-r--r--xml/object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/object.c b/xml/object.c
index b1da0b9..159a9c7 100644
--- a/xml/object.c
+++ b/xml/object.c
@@ -1,5 +1,5 @@
/*
- * $Id: object.c,v 1.1 2004/12/19 22:03:27 lordjaxom Exp $
+ * $Id: object.c,v 1.2 2004/12/21 20:36:41 lordjaxom Exp $
*/
#include "xml/object.h"
@@ -21,6 +21,7 @@ cxObject::cxObject(cxDisplay *parent):
mCondition(NULL),
mFontFace("Osd"),
mFontSize(0),
+ mIndex(0),
mObjects(NULL),
mDisplay(parent),
mSkin(parent->Skin())