aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys/treekey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keys/treekey.cpp')
-rw-r--r--src/keys/treekey.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/keys/treekey.cpp b/src/keys/treekey.cpp
index d92b7a4..ce94775 100644
--- a/src/keys/treekey.cpp
+++ b/src/keys/treekey.cpp
@@ -1,7 +1,7 @@
/******************************************************************************
* versekey.h - code for class 'versekey'- a standard Biblical verse key
*
- * $Id: treekey.cpp,v 1.2 2002/04/15 21:26:44 scribe Exp $
+ * $Id: treekey.cpp,v 1.3 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -22,9 +22,13 @@
#include <treekey.h>
+SWORD_NAMESPACE_START
+
static const char *classes[] = {"TreeKey", "SWKey", "SWObject", 0};
SWClass TreeKey::classdef(classes);
void TreeKey::init() {
myclass = &classdef;
}
+
+SWORD_NAMESPACE_END