aboutsummaryrefslogtreecommitdiffstats
path: root/include/swcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swcom.h')
-rw-r--r--include/swcom.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/swcom.h b/include/swcom.h
index c0b7420..ba104b6 100644
--- a/include/swcom.h
+++ b/include/swcom.h
@@ -2,7 +2,7 @@
* swcom.h - code for base class 'SWCom'. SWCom is the basis for all
* types of commentary modules
*
- * $Id: swcom.h,v 1.11 2002/09/29 03:21:08 scribe Exp $
+ * $Id: swcom.h,v 1.12 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 commentary modules
*/
class SWDLLEXPORT SWCom : public SWModule {
@@ -58,5 +60,5 @@ public:
};
-
+SWORD_NAMESPACE_END
#endif