diff options
author | danglassey <danglassey> | 2002-09-29 13:01:33 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-09-29 13:01:33 +0000 |
commit | 2cccf0ee964afca56e9fb6b532ab9f863fc6091f (patch) | |
tree | 4eb52f7bac13ea5a82cf581fee805ff6269de71c /include/swtext.h | |
parent | 1503eed6289ffbf12185d73a9fa4dbde8a7b5fba (diff) | |
download | sword-sf-cvs-2cccf0ee964afca56e9fb6b532ab9f863fc6091f.tar.gz |
sync with crosswire 20020929-1300
Diffstat (limited to 'include/swtext.h')
-rw-r--r-- | include/swtext.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/swtext.h b/include/swtext.h index ee2b92b..14308db 100644 --- a/include/swtext.h +++ b/include/swtext.h @@ -2,7 +2,7 @@ * swtext.h - code for base class 'SWText'. SWText is the basis for all * types of text modules * - * $Id: swtext.h,v 1.11 2002/07/28 01:48:38 scribe Exp $ + * $Id: swtext.h,v 1.12 2002/09/29 03:21:08 scribe Exp $ * * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -50,6 +50,8 @@ public: */ virtual SWKey *CreateKey(); + virtual long Index() const; + virtual long Index(long iindex); // OPERATORS ----------------------------------------------------------------- |