]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator-def.hh
release: 1.5.17
[lilypond.git] / lily / include / translator-def.hh
index d9c6d9643ea31e7ef7d62e3a78116b2bfd2476ca..fd6d42fd77b8e80ffd574d5a961d76a3651a3b9c 100644 (file)
@@ -31,6 +31,7 @@ private:
   SCM property_ops_;
 public:
   SCM type_name_;
+  SCM type_aliases_;
   SCM translator_group_type_;
 
   SCM modify_definition (SCM, SCM, bool);
@@ -63,7 +64,7 @@ private:
 
 };
 
-Translator_def* unsmob_translator_def (SCM);
+DECLARE_UNSMOB(Translator_def,translator_def);
 
 
 #endif /* TRANSLATOR_DEF_HH */