aboutsummaryrefslogtreecommitdiffstats
path: root/include/thmlmorph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlmorph.h')
-rw-r--r--include/thmlmorph.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/thmlmorph.h b/include/thmlmorph.h
index c71a380..449a12c 100644
--- a/include/thmlmorph.h
+++ b/include/thmlmorph.h
@@ -24,6 +24,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** This Filter shows/hides morph tags in a ThML text
*/
class SWDLLEXPORT ThMLMorph:public SWFilter
@@ -53,5 +55,5 @@ public:
return options;
}
};
-
+SWORD_NAMESPACE_END
#endif