]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/path.hh
release: 0.1.39
[lilypond.git] / flower / include / path.hh
index 1f3a5eb97ad80b0885c5a82a672f8dea1e848466..caa6bbb752e159560d0183e58c1d2c4a7d624f7a 100644 (file)
 class File_path : private Array<String>
 {
 public:
-    /// locate a file in the search path
-    String find (String nm) const;
+  /// locate a file in the search path
+  String find (String nm) const;
 
-    /// add to end of path.
-    Array<String>::push;
-    void add (String str) { push (str); }
+  /// add to end of path.
+  Array<String>::push;
+  void add (String str) { push (str); }
+  void parse_path (String);
 };
 
 /** split a path into its components.