]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/output-def.hh
Issue 4082/3: Run scripts/auxiliar/smob-convert.sh
[lilypond.git] / lily / include / output-def.hh
index fa9c712daf15710e5ee66655ce6dc02af42e976b..1e572e6e3023f52ebbe7d0b678948551a89429fa 100644 (file)
   one coming from score at markup level)
   
  */
-class Output_def   
+class Output_def : public Smob<Output_def>
 {
-
 public:
+  static int print_smob (SCM, SCM, scm_print_state *);
+  static SCM mark_smob (SCM);
+  virtual ~Output_def ();
   VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);
-  DECLARE_SMOBS (Output_def);
 
-public:
   SCM scope_;
   Output_def *parent_;