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