aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filters/rwphtml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/filters/rwphtml.cpp')
-rw-r--r--src/modules/filters/rwphtml.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/filters/rwphtml.cpp b/src/modules/filters/rwphtml.cpp
index 6f8ae4f..1b9101f 100644
--- a/src/modules/filters/rwphtml.cpp
+++ b/src/modules/filters/rwphtml.cpp
@@ -20,6 +20,8 @@
#include <ctype.h>
#include <rwphtml.h>
+SWORD_NAMESPACE_START
+
RWPHTML::RWPHTML()
{
}
@@ -185,3 +187,5 @@ char RWPHTML::ProcessText(char *text, int maxlen, const SWKey *key, const SWModu
*to = 0;
return 0;
}
+
+SWORD_NAMESPACE_END