]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/input.hh
release: 0.1.43
[lilypond.git] / lib / include / input.hh
index 579f829c14be6bcbe7924785a52ea0f4940068e2..f82ba2d2240ef58d860a3a0d49ccf8a51a6049f8 100644 (file)
@@ -20,15 +20,15 @@ class Input {
     Source_file * source_file_l_;
 public:
     
-    void warning(String) const; // should use member func?
-    void error(String) const;
-    void message(String) const;
-    void set_spot(Input const &);
+    void warning (String) const; // should use member func?
+    void error (String) const;
+    void message (String) const;
+    void set_spot (Input const &);
     
-    String location_str() const;
-    Input(Source_file*, char const*);
-    Input();
-    Input(Input const& );
+    String location_str () const;
+    Input (Source_file*, char const*);
+    Input ();
+    Input (Input const& );
 };
 
 #endif // INPUT_HH