aboutsummaryrefslogtreecommitdiffstats
path: root/include/zld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zld.h')
-rw-r--r--include/zld.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/zld.h b/include/zld.h
index 8c142d9..47a58d8 100644
--- a/include/zld.h
+++ b/include/zld.h
@@ -2,7 +2,7 @@
* zld.cpp - code for class 'zLD'- a module that reads compressed lexicon and
* dictionary files.
*
- * $Id: zld.h,v 1.6 2002/09/25 21:22:03 scribe Exp $
+ * $Id: zld.h,v 1.7 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -28,6 +28,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
class SWDLLEXPORT zLD : public zStr, public SWLD {
void strongsPad(char *buf);
@@ -70,5 +72,5 @@ public:
};
-
+SWORD_NAMESPACE_END
#endif