]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/undead.cc
Issue 4360: Reorganize smob initialization to make it more reliable
[lilypond.git] / lily / undead.cc
index d6e3d550d1b47a9ca9a410024252c28c7b0e3dd2..9adc5e6fd072f65c27b62baa61e5d1f6a995f029 100644 (file)
@@ -32,6 +32,8 @@ public:
   Undead (SCM object = SCM_UNDEFINED) : object_ (object) { };
 };
 
+ADD_SMOB_INIT (Undead);
+
 SCM
 Undead::mark_smob ()
 {