X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbinary-source-file.hh;h=b47caf9270cab1dc5c6936966a59f5bf307a57d7;hb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;hp=4d1dd197def9874ded5403276414a8a275fc5cec;hpb=8942177c7566bc201b53d7829f23523961e80537;p=lilypond.git diff --git a/lily/include/binary-source-file.hh b/lily/include/binary-source-file.hh index 4d1dd197de..b47caf9270 100644 --- a/lily/include/binary-source-file.hh +++ b/lily/include/binary-source-file.hh @@ -11,17 +11,17 @@ class Binary_source_file : public Source_file { public: - Binary_source_file (String& file_name_string ); + Binary_source_file (String &file_name_string); virtual ~Binary_source_file (); - U8 get_U8 (); + U8 get_U8 (); U16 get_U16 (); U32 get_U32 (); Byte get_Byte () {return get_U8 (); } int get_int () { return get_U32 (); } - - virtual String error_string (char const* pos_str0 ) const; - virtual int get_line (char const* pos_str0 ) const; + + virtual String error_string (char const *pos_str0) const; + virtual int get_line (char const *pos_str0) const; }; #endif // BINARY_SOURCE_FILE_HH