]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/binary-source-file.cc
patch::: 0.1.9.jcn2: pats
[lilypond.git] / lib / binary-source-file.cc
index 666012f0c62c9a7a35a3dc30454891493de69dd0..8c4aac44741aeb2cf7716848fab5b1830ca4fcfb 100644 (file)
@@ -27,7 +27,7 @@ Binary_source_file::~Binary_source_file()
 }
 
 String
-Binary_source_file::error_str( char const* pos_ch_c_l )
+Binary_source_file::error_str( char const* pos_ch_c_l ) const
 {
     assert( this );
     if ( !in_b( pos_ch_c_l ) )
@@ -53,7 +53,7 @@ Binary_source_file::error_str( char const* pos_ch_c_l )
 }
 
 int
-Binary_source_file::line_i( char const* pos_ch_c_l )
+Binary_source_file::line_i( char const* pos_ch_c_l ) const
 {
     if ( !in_b( pos_ch_c_l ) )
        return 0;