]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
Issue 4360: Reorganize smob initialization to make it more reliable
[lilypond.git] / lily / pitch.cc
index 0fd75129476a7a1d889d751c504e290f22c30843..4c5cb79e37620dfd4f347adc36c98b8f4888ebcb 100644 (file)
@@ -26,6 +26,8 @@
 
 #include <cmath>
 
+ADD_SMOB_INIT (Pitch);
+
 Pitch::Pitch (int o, int n, Rational a)
 {
   notename_ = n;