]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/includable-lexer.hh
``slikken kreng''
[lilypond.git] / lily / include / includable-lexer.hh
index f7a8342da2a427792593fd3049ee6307d01927f5..adff5283bdd037814c1ce90854c43e21b234aa01 100644 (file)
@@ -38,14 +38,14 @@ public:
   ~Includable_lexer ();
 
   /// store dependencies for Makefile stuff.
-  Array<String> filename_str_arr_;
+  Array<String> filename_strings_;
 
-  Source_file* source_file_l () const;
+  Source_file* get_source_file () const;
   void new_input (String s, Sources*);
   void new_input (String name, String data, Sources*);
 
   void add_lexed_char (int);
-  char const * here_ch_C () const;
+  char const * here_str0 () const;
 };