aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys/swkey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keys/swkey.cpp')
-rw-r--r--src/keys/swkey.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/keys/swkey.cpp b/src/keys/swkey.cpp
index 1551284..94f0908 100644
--- a/src/keys/swkey.cpp
+++ b/src/keys/swkey.cpp
@@ -8,6 +8,8 @@
#include <utilfuns.h>
#include <string.h>
+SWORD_NAMESPACE_START
+
static const char *classes[] = {"SWKey", "SWObject", 0};
SWClass SWKey::classdef(classes);
@@ -209,3 +211,5 @@ void SWKey::increment(int) {
void SWKey::decrement(int) {
error = KEYERR_OUTOFBOUNDS;
}
+
+SWORD_NAMESPACE_END