X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.hh;h=33fafaea0e11b3775e6511cc2dbec0f4285818e1;hb=ee8e449112fbd0dbc8a5c411a9ccfc2d3bdb6a28;hp=cf1439e673f0325bbf9e43a246f39268ef65bb94;hpb=001580b02c4a839a2b9199355fd7b7c658fb41a9;p=lilypond.git diff --git a/lily/include/translator.hh b/lily/include/translator.hh index cf1439e673..33fafaea0e 100644 --- a/lily/include/translator.hh +++ b/lily/include/translator.hh @@ -3,17 +3,16 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #ifndef TRANSLATOR_HH #define TRANSLATOR_HH #include "global-ctor.hh" -#include "std-string.hh" #include "lily-proto.hh" #include "virtual-methods.hh" -#include "input.hh" +#include "input.hh" // for error reporting #include "smobs.hh" #include "std-vector.hh" #include "protected-scm.hh" @@ -142,6 +141,7 @@ protected: // should be private. void add_translator (Translator *trans); Translator *get_translator (SCM s); +Moment get_event_length (Stream_event *s, Moment now); Moment get_event_length (Stream_event *s); DECLARE_UNSMOB (Translator, translator);