]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
convert-ly: Exit with error status when errors occur.
[lilypond.git] / lily / include / input.hh
index 91c15df3299dba369b234c1e2de9d84ff0ffb1f0..2ae9f093eed3fa7d9cf580f25ac6e1c7825e346b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -62,7 +62,8 @@ public:
   Input (Input const &i);
   Input ();
 protected:
-  void print_message (int level, string s) const;
+  string message_location () const;
+  string message_string (string msg) const;
 };
 
 #include "smobs.hh"