aboutsummaryrefslogtreecommitdiffstats
path: root/include/swkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swkey.h')
-rw-r--r--include/swkey.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/swkey.h b/include/swkey.h
index 12e82ac..ca3d2a8 100644
--- a/include/swkey.h
+++ b/include/swkey.h
@@ -3,7 +3,7 @@
* types of keys for indexing into modules (e.g. verse, word,
* place, etc.)
*
- * $Id: swkey.h,v 1.20 2002/08/27 22:52:36 scribe Exp $
+ * $Id: swkey.h,v 1.21 2002/09/04 00:52:59 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -74,6 +74,7 @@ class SWDLLEXPORT SWKey : public SWObject {
protected:
char *keytext;
mutable char *rangeText;
+ mutable bool boundSet;
char persist;
char error;
@@ -144,6 +145,7 @@ public:
virtual const char *getText() const;
virtual const char *getShortText() const { return getText(); }
virtual const char *getRangeText() const;
+ virtual bool isBoundSet() const { return boundSet; }
/** Compares another VerseKey object
*