]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/binary-source-file.hh
* flower
[lilypond.git] / lily / include / binary-source-file.hh
index 4d1dd197def9874ded5403276414a8a275fc5cec..b47caf9270cab1dc5c6936966a59f5bf307a57d7 100644 (file)
 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