]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-check.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / relative-octave-check.cc
index 07d70acc45c82d003046dc18694d27c0d9c1d679..651702ce995df26143a19b054b0d8ac4b934151d 100644 (file)
@@ -36,7 +36,7 @@ Relative_octave_check::relative_callback (SCM music, SCM last_pitch)
 
       if (result != *check_p)
        {
-         std::string s = _ ("Failed octave check, got: ");
+         string s = _ ("Failed octave check, got: ");
          s += result.to_string ();
 
          m->origin ()->warning (s);