aboutsummaryrefslogtreecommitdiffstats
path: root/include/rawcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawcom.h')
-rw-r--r--include/rawcom.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rawcom.h b/include/rawcom.h
index aff3a77..c5d0aff 100644
--- a/include/rawcom.h
+++ b/include/rawcom.h
@@ -2,7 +2,7 @@
* rawcom.h - code for class 'RawCom'- a module that reads raw commentary
* files: ot and nt using indexs ??.bks ??.cps ??.vss
*
- * $Id: rawcom.h,v 1.15 2002/07/28 01:48:38 scribe Exp $
+ * $Id: rawcom.h,v 1.16 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 RawCom:public RawVerse, public SWCom {
public:
@@ -58,4 +60,5 @@ public:
SWMODULE_OPERATORS
};
+SWORD_NAMESPACE_END
#endif