]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sources.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / sources.hh
index b873ac8bc0ab11f918bf693cdfb6320abfd9c53d..d9deec1baacdc50ed26f2dc5e03ce39cfe67268a 100644 (file)
 class Sources
 {
   Sources (Sources const &);
-  vector<Source_file*> sourcefiles_;
+  vector<Source_file *> sourcefiles_;
 
 public:
   Sources ();
   ~Sources ();
 
-  Source_file *get_file (string file_name, string constcurrentpath);
+  Source_file *get_file (string file_name, string const &currentpath);
   void add (Source_file *sourcefile);
   void set_path (File_path *);