aboutsummaryrefslogtreecommitdiffstats
path: root/include/listkey.h
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-10-22 13:01:49 +0000
committerdanglassey <danglassey>2002-10-22 13:01:49 +0000
commitcaba6ff484a20e8ddc2d4912f0edbbe9f926499c (patch)
treead16d42b45ac7d4ff93e63b95a4b273122dbc7fb /include/listkey.h
parentd16a90fac71b7e403549e78d0f14d4de9ad65111 (diff)
downloadsword-sf-cvs-caba6ff484a20e8ddc2d4912f0edbbe9f926499c.tar.gz
sync with crosswire 20021022-1300
Diffstat (limited to 'include/listkey.h')
-rw-r--r--include/listkey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/listkey.h b/include/listkey.h
index bd26e13..e5c2f62 100644
--- a/include/listkey.h
+++ b/include/listkey.h
@@ -4,7 +4,7 @@
* (e.g. verse, word,
* place, etc.)
*
- * $Id: listkey.h,v 1.16 2002/10/01 19:52:40 dglassey Exp $
+ * $Id: listkey.h,v 1.17 2002/10/21 22:48:24 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -114,6 +114,7 @@ public:
*/
virtual long Index (long index) { SetToElement (index); return Index (); }
virtual const char *getText() const;
+ virtual void setText(const char *ikey);
SWKEY_OPERATORS
ListKey & operator =(const ListKey &key) { copyFrom(key); return *this; }