aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/lexdict/rawld4/rawld4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/lexdict/rawld4/rawld4.cpp')
-rw-r--r--src/modules/lexdict/rawld4/rawld4.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/lexdict/rawld4/rawld4.cpp b/src/modules/lexdict/rawld4/rawld4.cpp
index 435767d..a055e18 100644
--- a/src/modules/lexdict/rawld4/rawld4.cpp
+++ b/src/modules/lexdict/rawld4/rawld4.cpp
@@ -19,6 +19,7 @@
#include <rawstr4.h>
#include <rawld4.h>
+SWORD_NAMESPACE_START
/******************************************************************************
* RawLD Constructor - Initializes data for instance of RawLD
@@ -172,3 +173,5 @@ void RawLD4::linkEntry(const SWKey *inkey) {
void RawLD4::deleteEntry() {
setText(*key, "");
}
+
+SWORD_NAMESPACE_END