]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output.hh
Replace remaining uses of unsmob_xxx with Xxx::unsmob
[lilypond.git] / lily / include / music-output.hh
index 10817f3957edbd3404b9d9de732af3c32454f31a..836233f7d1c880c6c01d047fd682d8d23af9ebbc 100644 (file)
@@ -38,6 +38,6 @@ public:
   virtual void process ();
 };
 
-Paper_score *unsmob_paper_score (SCM);
-Performance *unsmob_performance (SCM);
+Paper_score *Paper_score::unsmob (SCM);
+Performance *Performance::unsmob (SCM);
 #endif /* MUSIC_OUTPUT_HH */