aboutsummaryrefslogtreecommitdiffstats
path: root/include/rawld4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawld4.h')
-rw-r--r--include/rawld4.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/rawld4.h b/include/rawld4.h
index 88b52b5..340d205 100644
--- a/include/rawld4.h
+++ b/include/rawld4.h
@@ -2,7 +2,7 @@
* rawld.cpp - code for class 'RawLD'- a module that reads raw lexicon and
* dictionary files: *.dat *.idx
*
- * $Id: rawld4.h,v 1.10 2002/07/28 01:48:38 scribe Exp $
+ * $Id: rawld4.h,v 1.11 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 RawLD4 : public RawStr4, public SWLD {
void strongsPad(char *buf);
char getEntry(long away = 0);
@@ -63,5 +65,5 @@ public:
};
-
+SWORD_NAMESPACE_END
#endif