aboutsummaryrefslogtreecommitdiffstats
path: root/include/thmlfootnotes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlfootnotes.h')
-rw-r--r--include/thmlfootnotes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/thmlfootnotes.h b/include/thmlfootnotes.h
index 871700f..94bb8c4 100644
--- a/include/thmlfootnotes.h
+++ b/include/thmlfootnotes.h
@@ -25,6 +25,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** This Filter shows/hides footnotes in a ThML text
*/
class SWDLLEXPORT ThMLFootnotes:public SWFilter
@@ -54,5 +56,5 @@ public:
return options;
}
};
-
+SWORD_NAMESPACE_END
#endif