]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sources.hh
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / include / sources.hh
index a4efd7886eaeba46979bf4875939cb7bd167e5f6..2db87cee973e26d0c3d2cecc253a3f5e990a593d 100644 (file)
 class Sources
 {
   Sources (Sources const &);  // Do not define!  Not copyable!
-  std::vector<Source_file *> sourcefiles_;
+  vector<Source_file *> sourcefiles_;
 
 public:
   Sources ();
   ~Sources ();
 
-  Source_file *get_file (std::string file_name, std::string const &currentpath);
+  Source_file *get_file (string file_name, string const &currentpath);
   void add (Source_file *sourcefile);
   void set_path (File_path *);