aboutsummaryrefslogtreecommitdiffstats
path: root/include/swfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swfilter.h')
-rw-r--r--include/swfilter.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/swfilter.h b/include/swfilter.h
index 68a67a4..e36a82e 100644
--- a/include/swfilter.h
+++ b/include/swfilter.h
@@ -2,7 +2,7 @@
* swfilter.h - definition of class SWFilter used to filter text between
* different formats
*
- * $Id: swfilter.h,v 1.13 2001/12/11 22:35:10 scribe Exp $
+ * $Id: swfilter.h,v 1.14 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 type definitoin for option types
*/
@@ -105,4 +107,5 @@ public:
}
};
+SWORD_NAMESPACE_END
#endif