]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/forbid-break-engraver.cc
* lily/include/translator.hh (class Translator): remove
[lilypond.git] / lily / forbid-break-engraver.cc
index 4f75b2be8e052ec8f031ad89a346a815b65a6b32..7ad1133e4f8784c74182134c4c8daa51d1189127 100644 (file)
@@ -19,7 +19,7 @@ class Forbid_line_break_engraver : public Engraver
 {
 public:
   TRANSLATOR_DECLARATIONS (Forbid_line_break_engraver);
-  PRECOMPUTED_VIRTUAL void start_translation_timestep ();
+  void start_translation_timestep ();
 };
 
 Forbid_line_break_engraver::Forbid_line_break_engraver ()