aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbfstrongs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gbfstrongs.h')
-rw-r--r--include/gbfstrongs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gbfstrongs.h b/include/gbfstrongs.h
index d23e267..ea3161f 100644
--- a/include/gbfstrongs.h
+++ b/include/gbfstrongs.h
@@ -1,6 +1,6 @@
/*
*
- * $Id: gbfstrongs.h,v 1.8 2001/12/11 22:35:10 scribe Exp $
+ * $Id: gbfstrongs.h,v 1.9 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -25,6 +25,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** This Filter shows/hides strong's numbers in a GBF text
*/
class SWDLLEXPORT GBFStrongs:public SWFilter
@@ -55,4 +57,5 @@ public:
}
};
+SWORD_NAMESPACE_END
#endif