]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/includable-lexer.hh
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / lily / include / includable-lexer.hh
index 7bff4284c12e8bf2ce0a383a89301c31f5d1b744..6b54d9a5738068c4043b6a162bd32a39bbadbd93 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -14,7 +14,7 @@
 
 #include "string.hh"
 #include "parray.hh"
-#include "fproto.hh"
+#include "flower-proto.hh"
 #include "proto.hh"
 
 // GIGA urg!
@@ -46,7 +46,7 @@ public:
   void new_input (String name, String data, Sources*);
 
   void add_lexed_char (int);
-  char const * here_ch_C ();
+  char const * here_ch_C () const;
 };