]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
* flower/include/std-vector.hh (insert): Remove, replace by
[lilypond.git] / flower / file-path.cc
index a25128213d7a47af3ed52e101abb379a821a82ff..ea963ca355b876787e700a0fd925f3229bcdc63a 100644 (file)
@@ -212,5 +212,5 @@ File_path::append (std::string str)
 void
 File_path::prepend (std::string str)
 {
-  dirs_.insert (str, 0);
+  dirs_.insert (dirs_.begin (), str);
 }