aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbfmorph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gbfmorph.h')
-rw-r--r--include/gbfmorph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gbfmorph.h b/include/gbfmorph.h
index f57b3cc..3acad7c 100644
--- a/include/gbfmorph.h
+++ b/include/gbfmorph.h
@@ -24,6 +24,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** This Filter shows/hides morph tags in a GBF text
*/
class SWDLLEXPORT GBFMorph:public SWFilter
@@ -54,4 +56,5 @@ public:
}
};
+SWORD_NAMESPACE_END
#endif