aboutsummaryrefslogtreecommitdiffstats
path: root/include/ztext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ztext.h')
-rw-r--r--include/ztext.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ztext.h b/include/ztext.h
index 9e02622..3c9ac4e 100644
--- a/include/ztext.h
+++ b/include/ztext.h
@@ -2,7 +2,7 @@
* ztext.h - code for class 'zText'- a module that reads compressed text
* files: ot and nt using indexs ??.vss
*
- * $Id: ztext.h,v 1.25 2002/09/25 21:22:03 scribe Exp $
+ * $Id: ztext.h,v 1.26 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
+
/*** SWModule implementation for compressed modules
* This class handles compressed modules.
* It should not be used in frontends, unless you are doing very special things.
@@ -76,4 +78,5 @@ public:
};
+SWORD_NAMESPACE_END
#endif