]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / grob-interface.cc
index 779f54377b2502186cf002df706be86560413042..9d52d4a56a435f40b0eaacdfa643d00e27b6a872 100644 (file)
@@ -45,7 +45,7 @@ check_interfaces_for_property (Grob const *me, SCM sym)
       SCM iface = scm_hashq_ref (all_ifaces, scm_car (ifs), SCM_BOOL_F);
       if (iface == SCM_BOOL_F)
        {
-         std::string msg = to_string (_f ("Unknown interface `%s'",
+         string msg = to_string (_f ("Unknown interface `%s'",
                                      ly_symbol2string (scm_car (ifs)).c_str ()));
          programming_error (msg);
          continue;
@@ -56,7 +56,7 @@ check_interfaces_for_property (Grob const *me, SCM sym)
 
   if (!found)
     {
-      std::string str = to_string (_f ("Grob `%s' has no interface for property `%s'",
+      string str = to_string (_f ("Grob `%s' has no interface for property `%s'",
                                  me->name ().c_str (),
                                  ly_symbol2string (sym).c_str ()));
       programming_error (str);