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

index 148b8331af1801180f749cf0275a30257ff160dc..66ac05c5d8846e4f87a192fcc8573f88a0663cfd 100644 (file)
@@ -14,3 +14,9 @@ Translator::Translator()
 
 IMPLEMENT_STATIC_NAME(Translator);
 IMPLEMENT_IS_TYPE_B(Translator);
+
+bool
+Translator::try_request(Request*)
+{
+    return false;
+}