summaryrefslogtreecommitdiff
path: root/src/keys/treekey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keys/treekey.cpp')
-rw-r--r--src/keys/treekey.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/keys/treekey.cpp b/src/keys/treekey.cpp
index c9eddb4..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.1 2002/01/24 08:55:27 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,6 +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