]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
Manual cleanup after unsmob_xxx -> Xxx:unsmob conversion
[lilypond.git] / lily / include / performer.hh
index bf40ea0fa5258ce0001dd05f3d76bbede9598f66..aa9b098d34d3e478dbd6343c373f288b87309d98 100644 (file)
@@ -33,6 +33,7 @@ public:
   VIRTUAL_COPY_CONSTRUCTOR (Translator, Performer);
   friend class Performer_group;
   Performer_group *get_daddy_performer () const;
+  static Performer *unsmob (SCM perf);
 
 protected:
   virtual void announce_element (Audio_element_info);
@@ -40,7 +41,5 @@ protected:
   virtual void create_audio_elements ();
 };
 
-Performer *Performer::unsmob (SCM perf);
-
 #endif /* PERFORMER_HH */