]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Sun, 24 Mar 2002 19:48:06 +0000 (19:48 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:48:06 +0000 (19:48 +0000)
lily/translator.cc

index 66ac05c5d8846e4f87a192fcc8573f88a0663cfd..06e30c21e998a7a3264220f3192f3260d0a8d2fe 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #include "translator.hh"
+
 Translator::Translator()
 {
     iterator_count_  = 0;
@@ -20,3 +21,10 @@ Translator::try_request(Request*)
 {
     return false;
 }
+
+
+void
+Translator::print()const
+{
+
+}