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