]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
* flower
[lilypond.git] / lily / include / input.hh
index efb358a8fbb2f0cd5b8bffc6fa65b797095ad5d2..75bc07249d0f01c46e24968617bbc6305ee9bb20 100644 (file)
 #include "flower-proto.hh"
 
 /**
-  Base class for anything that records its poisition in the parse file.
- */
-class Input {
+   Base class for anything that records its poisition in the parse file.
+*/
+class Input
+{
 public:
   char const *start_;
   char const *end_;
-  Source_file * source_file_;
-    
+  Source_file *source_file_;
+
   void warning (String) const; // should use member func?
   void non_fatal_error (String) const;
   void error (String) const;
@@ -31,14 +32,12 @@ public:
   String location_string () const;
   String line_number_string () const;
 
-
   String file_string ()const;
   int line_number ()const;
   int column_number ()const;
   int end_line_number ()const;
   int end_column_number ()const;
 
-  
   Input (Input const &i);
   Input ();
 };