]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
release: 0.0.73pre
[lilypond.git] / 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;
+}