aboutsummaryrefslogtreecommitdiffstats
path: root/include/markupfiltmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/markupfiltmgr.h')
-rw-r--r--include/markupfiltmgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/markupfiltmgr.h b/include/markupfiltmgr.h
index 7c9c3c5..2e2d775 100644
--- a/include/markupfiltmgr.h
+++ b/include/markupfiltmgr.h
@@ -24,6 +24,8 @@
#include <encfiltmgr.h>
+SWORD_NAMESPACE_START
+
/** This class is like a normal @ref SWEncodingMgr,
* but you can additonally specify which markup
* you want to use.
@@ -72,4 +74,5 @@ public:
virtual void AddRenderFilters(SWModule *module, ConfigEntMap &section);
};
+SWORD_NAMESPACE_END
#endif