]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-path.hh
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / flower / include / file-path.hh
index b3bf47d5aa8e16344c315d202bd0c343ad4a57c9..2055d08f011c35415ce7f757fbfcda7d31587cd8 100644 (file)
@@ -39,6 +39,7 @@ public:
   String find (String nm) const;
 
   Array<String>::push;
+  void prepend (String str) { Array<String>::insert (str, 0); }
   String string ()const;
   bool try_add (String str);
   void add (String);