X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=flower%2Finclude%2Finput.hh;h=a9baf330b341ce01636052048f5e62207c79142a;hb=9661ba1fb275f3e14f8a69f2cee2f02a2f893e48;hp=44f2bb90dadc038405894dac4b5f7d970eee6781;hpb=fc828203ddce7202576ad5629195f8161842e076;p=lilypond.git diff --git a/flower/include/input.hh b/flower/include/input.hh index 44f2bb90da..a9baf330b3 100644 --- a/flower/include/input.hh +++ b/flower/include/input.hh @@ -28,6 +28,13 @@ public: Input spot () const; String location_str () const; String line_number_str () const; + + + String file_str ()const; + int line_number ()const; + int column_number ()const; + + Input (Source_file*, char const*); Input (); };