aboutsummaryrefslogtreecommitdiffstats
path: root/include/swld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swld.h')
-rw-r--r--include/swld.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/swld.h b/include/swld.h
index 07718f7..53319f9 100644
--- a/include/swld.h
+++ b/include/swld.h
@@ -2,7 +2,7 @@
* swld.h - code for base class 'SWLD'. SWLD is the basis for all
* types of Lexicon and Dictionary modules (hence the 'LD').
*
- * $Id: swld.h,v 1.12 2002/07/28 01:48:38 scribe Exp $
+ * $Id: swld.h,v 1.13 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
+
/** the basis for all types of Lexicon and
* Dictionary modules (hence the 'LD').
*/
@@ -65,5 +67,5 @@ public:
};
-
+SWORD_NAMESPACE_END
#endif