aboutsummaryrefslogtreecommitdiffstats
path: root/include/swcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swcom.h')
-rw-r--r--include/swcom.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/swcom.h b/include/swcom.h
index ee95f99..c0b7420 100644
--- a/include/swcom.h
+++ b/include/swcom.h
@@ -2,7 +2,7 @@
* swcom.h - code for base class 'SWCom'. SWCom is the basis for all
* types of commentary modules
*
- * $Id: swcom.h,v 1.10 2002/07/28 01:48:38 scribe Exp $
+ * $Id: swcom.h,v 1.11 2002/09/29 03:21:08 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -47,6 +47,10 @@ public:
virtual ~SWCom();
virtual SWKey *CreateKey() { return new VerseKey(); }
+ virtual long Index() const;
+ virtual long Index(long iindex);
+
+
// OPERATORS -----------------------------------------------------------------