aboutsummaryrefslogtreecommitdiffstats
path: root/include/zcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zcom.h')
-rw-r--r--include/zcom.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/zcom.h b/include/zcom.h
index 5c3038d..618deed 100644
--- a/include/zcom.h
+++ b/include/zcom.h
@@ -2,7 +2,7 @@
* zcom.h - code for class 'zCom'- a module that reads compressed text
* files: ot and nt using indexs ??.vss
*
- * $Id: zcom.h,v 1.16 2002/09/25 21:22:03 scribe Exp $
+ * $Id: zcom.h,v 1.17 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
+
class SWDLLEXPORT zCom:public zVerse, public SWCom {
VerseKey *lastWriteKey;
bool sameBlock(VerseKey * lastWriteKey, VerseKey * key);
@@ -71,5 +73,5 @@ public:
};
-
+SWORD_NAMESPACE_END
#endif