]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
Message-handling: Make the Input class use the functions in warn.cc
[lilypond.git] / lily / include / input.hh
index 91c15df3299dba369b234c1e2de9d84ff0ffb1f0..c319de0829e8c425b2c66a5b24ca77da88d91df9 100644 (file)
@@ -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"