aboutsummaryrefslogtreecommitdiffstats
path: root/include/greeklexattribs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/greeklexattribs.h')
-rw-r--r--include/greeklexattribs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/greeklexattribs.h b/include/greeklexattribs.h
index 759aa6d..33db495 100644
--- a/include/greeklexattribs.h
+++ b/include/greeklexattribs.h
@@ -25,6 +25,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts ThML text to plain text
*/
class SWDLLEXPORT GreekLexAttribs:public SWFilter {
@@ -33,4 +35,5 @@ public:
virtual char ProcessText(char *text, int maxlen, const SWKey *, const SWModule * = 0);
};
+SWORD_NAMESPACE_END
#endif