]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-closure.cc
Issue 4360: Reorganize smob initialization to make it more reliable
[lilypond.git] / lily / simple-closure.cc
index b62649f06d52b28c88bfd40081ac917d771f8dce..0ef57ded6ebaa3426f5db557a0b0d62f398ea0f8 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "grob.hh"
 
+ADD_SMOB_INIT (Simple_closure);
+
 SCM
 evaluate_args (SCM delayed_argument, SCM args, bool pure, int start, int end)
 {