X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftype-swallow-translator.hh;h=bc1cd21fe7dcdca3eb8d81c862ce851aab2b1b14;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a2205c8a0ef1ceb3d4a5b1c7473bf30211faae67;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/type-swallow-translator.hh b/lily/include/type-swallow-translator.hh index a2205c8a0e..bc1cd21fe7 100644 --- a/lily/include/type-swallow-translator.hh +++ b/lily/include/type-swallow-translator.hh @@ -1,13 +1,13 @@ /* - type-swallow-engraver.hh -- declare Type_swallow_translator + type-swallow-translator.hh -- declare Type_swallow_translator source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ -#ifndef TYPESWALLOW_GRAV_HH -#define TYPESWALLOW_GRAV_HH +#ifndef TYPESWALLOW_TRANSLATOR_HH +#define TYPESWALLOW_TRANSLATOR_HH #include "translator.hh" @@ -17,7 +17,7 @@ class Type_swallow_translator : public Translator { protected: - String swallow_string_; + string swallow_string_; bool try_music (Music *); public: VIRTUAL_COPY_CONS (Translator); @@ -40,5 +40,5 @@ public: "", \ ""); -#endif // TYPESWALLOW_GRAV_HH +#endif // TYPESWALLOW_TRANSLATOR_HH