]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/box.cc
Issue 4360: Reorganize smob initialization to make it more reliable
[lilypond.git] / lily / box.cc
index 700eec3a6c8e9a7d3ecc39fc392bcd07c91f3d85..050824a25ac74fa6d162b9ce8ff668b5f5ffede9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -19,6 +19,8 @@
 
 #include "box.hh"
 
+ADD_SMOB_INIT (Box);
+
 void
 Box::translate (Offset o)
 {