summaryrefslogtreecommitdiff
path: root/lily/undead.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lily/undead.cc')
-rw-r--r--lily/undead.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lily/undead.cc b/lily/undead.cc
index d6e3d550d1..9adc5e6fd0 100644
--- a/lily/undead.cc
+++ b/lily/undead.cc
@@ -32,6 +32,8 @@ public:
Undead (SCM object = SCM_UNDEFINED) : object_ (object) { };
};
+ADD_SMOB_INIT (Undead);
+
SCM
Undead::mark_smob ()
{