]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/part-combine-iterator.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / part-combine-iterator.cc
index c2625f28c1cf43d3ff1972d8a7583d1a46aefb4f..caa6c73aa89c8e0d28abeb55dbdbcb140d41acae 100644 (file)
@@ -410,8 +410,8 @@ Part_combine_iterator::process (Moment m)
        solo2 ();
       else if (scm_is_symbol (tag))
        {
-         std::string s = "Unknown split directive: "
-           + (scm_is_symbol (tag) ? ly_symbol2string (tag) : std::string ("not a symbol"));
+         string s = "Unknown split directive: "
+           + (scm_is_symbol (tag) ? ly_symbol2string (tag) : string ("not a symbol"));
          programming_error (s);
        }
     }