aboutsummaryrefslogtreecommitdiffstats
path: root/include/rawfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawfiles.h')
-rw-r--r--include/rawfiles.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/rawfiles.h b/include/rawfiles.h
index cd66b13..357a64d 100644
--- a/include/rawfiles.h
+++ b/include/rawfiles.h
@@ -3,7 +3,7 @@
* pointing to actual text desired. Uses standard
* files: ot and nt using indexs ??.bks ??.cps ??.vss
*
- * $Id: rawfiles.h,v 1.15 2002/07/28 01:48:38 scribe Exp $
+ * $Id: rawfiles.h,v 1.16 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -29,6 +29,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
class SWDLLEXPORT RawFiles : public RawVerse, public SWCom {
char *getnextfilename();
@@ -82,5 +84,5 @@ public:
};
-
+SWORD_NAMESPACE_END
#endif