X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fincludable-lexer.hh;h=150c4d5c626c28007d2d559687c99379c7e7a791;hb=996e6483a80a4748db2fdd7104bf1c605f9260be;hp=1e35012f335fe9c48fd357a34c2fcefe08ef7818;hpb=0387f04497978e37b335a8b99eec905499d6ad0f;p=lilypond.git diff --git a/lily/include/includable-lexer.hh b/lily/include/includable-lexer.hh index 1e35012f33..150c4d5c62 100644 --- a/lily/include/includable-lexer.hh +++ b/lily/include/includable-lexer.hh @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2008 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #ifndef INCLUDABLE_LEXER_HH @@ -36,6 +36,7 @@ public: Includable_lexer (); ~Includable_lexer (); + string main_input_name_; /// store dependencies for Makefile stuff. vector file_name_strings_;