aboutsummaryrefslogtreecommitdiffstats
path: root/include/treekeyidx.h
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-10-02 13:02:56 +0000
committerdanglassey <danglassey>2002-10-02 13:02:56 +0000
commitbf167779c3051180f10188b1a988def048a8d232 (patch)
tree2ad63a7d00c094e5cee55ec056f50e5b86576a14 /include/treekeyidx.h
parent44e038bb23d56043a458c29676d8ec42ee552fe0 (diff)
downloadsword-sf-cvs-bf167779c3051180f10188b1a988def048a8d232.tar.gz
sync with crosswire 20021002-1300
Diffstat (limited to 'include/treekeyidx.h')
-rw-r--r--include/treekeyidx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/treekeyidx.h b/include/treekeyidx.h
index 170d87c..4e5e88a 100644
--- a/include/treekeyidx.h
+++ b/include/treekeyidx.h
@@ -1,7 +1,7 @@
/******************************************************************************
* versekey.h - code for class 'versekey'- a standard Biblical verse key
*
- * $Id: treekeyidx.h,v 1.4 2002/09/11 07:04:20 scribe Exp $
+ * $Id: treekeyidx.h,v 1.5 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -27,6 +27,7 @@
#include <sysdata.h>
#include <filemgr.h>
+SWORD_NAMESPACE_START
/**
* Class VerseKey
@@ -118,5 +119,6 @@ public:
static signed char create(const char *path);
};
+SWORD_NAMESPACE_END
#endif