diff options
Diffstat (limited to 'include/listkey.h')
-rw-r--r-- | include/listkey.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/listkey.h b/include/listkey.h index 6ea2b95..bd26e13 100644 --- a/include/listkey.h +++ b/include/listkey.h @@ -4,7 +4,7 @@ * (e.g. verse, word, * place, etc.) * - * $Id: listkey.h,v 1.15 2002/09/11 07:04:20 scribe Exp $ + * $Id: listkey.h,v 1.16 2002/10/01 19:52:40 dglassey Exp $ * * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -29,6 +29,8 @@ #include <defs.h> +SWORD_NAMESPACE_START + /** ListKey is the basis for all * types of keys that have lists of specified indexes * (e.g. a list of verses, place, etc.) @@ -117,5 +119,5 @@ public: ListKey & operator =(const ListKey &key) { copyFrom(key); return *this; } }; - +SWORD_NAMESPACE_END #endif |